Search Discussions
-
Hi Dmitry, You mean that they think that it doesn't make sense to fix PHP in cases where it's totally broken? I think that's totally irresponsible behavior. Thousands of people still use PHP 4 for ...
Derick Rethans
May 30, 2005 at 7:52 am
Jun 3, 2005 at 6:37 am -
I'm getting a parse error with ext/soap in HEAD. This patch seems to fix my problem. Can someone review and apply? http://www.trachtenberg.com/patches/soap_error_handler.txt Thanks. -adam -- ...
Adam Maccabee Trachtenberg
May 11, 2005 at 6:16 pm
May 12, 2005 at 6:42 am -
I would like (for code cleanliness purposes) to make 'new' return a reference to an already created object under certain circumstances without using a factory, is it possible? Thanx -- Leonardo ...
Leonardo Pedretti
May 9, 2005 at 2:55 pm
May 11, 2005 at 4:08 pm -
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (766 total including feature requests) ===============================================[*General Issues]============== 27372 ...
Internals
May 2, 2005 at 7:00 am
May 30, 2005 at 7:02 am -
I've been going over PDO lately and I noticed that PDO::query() always returns a PDOStatement object. Now for the most part, this is fine, but it got me thinking. It's been said many times that PDO ...
Nicholas Telford
May 18, 2005 at 1:37 pm
May 18, 2005 at 6:00 pm -
Attached is a small patch that allows for a custom error handler to be used instead of php_log_err. This is useful for custom logging of error types that can't be handled with a user-space error ...
Blake Matheny
May 16, 2005 at 7:33 pm
May 17, 2005 at 3:31 pm -
Hi guys... Yes I know that this is a small function and yes I know it can be copy-paste with every new project you do but from the first day I've been using PHP until today this function follows me ...
AnteD
May 13, 2005 at 11:53 am
May 17, 2005 at 6:47 am -
ups, forward to right list..
Nuno Lopes
May 8, 2005 at 6:34 pm
May 13, 2005 at 12:43 pm -
Hi, unserialize() cannot unserialize objects whose names contain anything except a-z, 0-9 and _, the parser allows those, though. Example ======= $ cat unserialize.php <?php class Über { } ...
Timm Friebe
May 17, 2005 at 6:51 pm
May 18, 2005 at 10:46 am -
Here's a patch for PTS support in proc_open, instead of having PHP_CAN_DO_PTS always disabled this patch introduces --enable-pty option. Added support for BSD4 PTS types. Please review it. -- Best ...
Michael Spector
May 25, 2005 at 10:01 am
May 31, 2005 at 7:54 am -
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (277 total including feature requests) ===============================================[*General Issues]============== 29971 ...
Internals
May 2, 2005 at 7:30 am
May 30, 2005 at 7:51 am -
Regarding this bug: http://bugs.php.net/bug.php?id=29322&edit=1 And by looking at this commit by Andi: http://cvs.php.net/diff.php/php-src/ext/session/session.c?r1=1.391&r2=1.392&ty=u and this part ...
Jani Taskinen
May 31, 2005 at 8:26 am
May 31, 2005 at 8:35 pm -
Hello, I encountered a strange increase of the refcount with the following script: <?php error_reporting(E_ALL); $tree = array ( 1 = 'one', 2 = 'two', 3 = 'three' ); function &find_node($key, &$node) ...
Derick Rethans
May 27, 2005 at 12:24 pm
May 27, 2005 at 2:54 pm -
I've been trying to build PHP in Mac OS X Server 10.4.0 The OS is a fresh install with the appropriate graphic libs installed It fails to configure with the switch '--with-gd' citing the following ...
D. Walsh
May 12, 2005 at 2:17 pm
May 14, 2005 at 2:05 am -
While hacking on a PHPDoc - WSDL generator, I ran into an annoying limitation in the dom extension: you can't add a namespace to a dom document unless you have an element in that namespace. Why might ...
George Schlossnagle
May 13, 2005 at 8:13 pm
May 13, 2005 at 10:18 pm -
3
php.ini
I'm running both PHP4 and PHP5 in two different virtual directories in IIS. (That means that different virtual dirs use different ISAPI .dll-s for .php files.) Everything works fine, except php.ini ...Herbert Grunwald
May 4, 2005 at 11:15 am
May 5, 2005 at 11:43 am -
Hi Wez & Jani, Following snippet causes double free of memory, corrupts the symbol table. <?php $pk=false;//As openssl_get_publickey($nonsense) can give false ...
Kamesh Jayachandran
May 25, 2005 at 2:26 pm
May 26, 2005 at 8:00 am -
i cannot reopen bug 29322, nor can i add commit to it http://bugs.php.net/bug.php?id=29322 pls check against the cvs: http://cvs.php.net/diff.php/php-src/ext/session/session.c?r1=1.391&r2=1.392&ty=h
Xuefer
May 20, 2005 at 1:54 pm
May 21, 2005 at 3:26 am -
Hi Derick and Joe, html_entity_decode('  ‘†′⁄€', ENT_QUOTES, 'UTF-8'); (same testcase bug #29119) is causing Segfault in NetWare. The cause of the segfault ...
Kamesh Jayachandran
May 11, 2005 at 11:37 am
May 11, 2005 at 12:28 pm -
Hello, small patch just to make zend_do_inheritance() exportable (I need this Zend function in my extension) -- Best regards, val mailto:val@vk.kiev.ua
Val khokhlov
May 7, 2005 at 5:07 pm
May 8, 2005 at 8:29 am -
Hi all, on which mailinglist is management of Linuxtag 2005? I want to meet the others there, too, because I got free for these days. ----- Uwe Schindler thetaphi@php.net - http://www.php.net NSAPI ...
Uwe Schindler
May 26, 2005 at 8:26 am
May 26, 2005 at 9:26 am -
Hello internals, i want to chnage the output of print_r() and var_dump() so that it shows the class a private property was declared in. The problem is that at the moment both only state that the ...
Marcus Boerger
May 21, 2005 at 2:51 pm
May 22, 2005 at 12:27 pm -
I have been developing a site which stores an image files binary data inside a session variable. Initially, I was developing this site on the following environment: Apache-2.0.52/PHP5.0.3/Windows XP ...
John
May 9, 2005 at 10:01 pm
May 10, 2005 at 7:43 am -
Hi Jani, Netware LibC does not have getgroups implemented, it has getlogin functionality in recent LibC. As ext/posix/posix.c does not have #ifdef HAVE_GETLOGIN and #ifdef HAVE_GETGROUPS check before ...
Kamesh Jayachandran
May 5, 2005 at 11:42 am
May 9, 2005 at 12:28 pm -
I'm getting a segfault from PDO_ODBC compiled with IBM-DB2v7.2. Seems like its happening somewhere in the shutdown process. Here's a backtrace, a wierd one but thats all gdb gives me. bt: #0 ...
Justin Hannus
May 31, 2005 at 5:56 pm
May 31, 2005 at 5:56 pm -
Use my experience in writing code in C/C++ to help you guys in this powerfull language
Klaus K. Apolinario
May 31, 2005 at 2:54 pm
May 31, 2005 at 2:54 pm -
Hi, Attached is the code for PHP LiteSpeed SAPI. To apply the patch, just expand it under php/sapi/ directory, run buildconf, then configure PHP with option "--with-litespeed". The patch can be ...
George Wang
May 27, 2005 at 5:06 pm
May 27, 2005 at 5:06 pm -
Hi, Could someone please enlighten me, if there is any reason we keep the "Security fixes and patches" on the php.net downloads page, of which the newest one is more than two years old? ...
Gabor Hojtsy
May 22, 2005 at 12:26 pm
May 22, 2005 at 12:26 pm -
I think the Reflection API is enough and works great for me. Such a basic debugging is not the issue when speaking of serious projects with a large OO tree. Just an opinion. -- Cyberly yours, Petar ...
Petar Nedyalkov
May 16, 2005 at 2:32 pm
May 16, 2005 at 2:32 pm -
I fixed http://bugs.php.net/bug.php?id=32974 this morning, which was the result of 3 things going wrong at once. One of the problems was that the zend_llist functions don't check the return value ...
Wez Furlong
May 7, 2005 at 3:50 pm
May 7, 2005 at 3:50 pm -
related to steam engine avoid contact with of debutante, because dust bunny behind secretly admire garbage can from girl scout.inside marzipan leaves, and bonbon of lover sweeps the floor; however, ...
Paypal
May 6, 2005 at 7:04 am
May 6, 2005 at 7:04 am -
polar bear secretly admire anomaly behind.chestnut inside bottle of beer mourn of pig pen.tornado over defendant sanitize related to dilettante.tornado near briar patch give secret financial aid to ...
Paypal
May 5, 2005 at 6:19 am
May 5, 2005 at 6:19 am -
Hi Moriyoshi, Function _php_mb_regex_ereg_replace_exec in php_mbregex.c returns RETVAL_STRINGL((char *)out_buf.c, out_buf.len - 1, 0); //At the end of the function 0 as the 3rd argument to ...
Kamesh Jayachandran
May 2, 2005 at 2:11 pm
May 2, 2005 at 2:11 pm
Group Overview
group | php-internals |
categories | php |
discussions | 33 |
posts | 195 |
users | 71 |
website | php.net |
71 users for May 2005
Archives
- June 2016 (1)
- May 2016 (648)
- April 2016 (33)
- March 2016 (575)
- February 2016 (423)
- January 2016 (40)
- December 2015 (266)
- November 2015 (481)
- October 2015 (23)
- April 2015 (156)
- March 2015 (988)
- February 2015 (836)
- January 2015 (1,468)
- December 2014 (710)
- November 2014 (703)
- October 2014 (787)
- September 2014 (730)
- August 2014 (700)
- July 2014 (1,142)
- June 2014 (488)
- May 2014 (816)
- April 2014 (355)
- March 2014 (611)
- February 2014 (971)
- January 2014 (963)
- December 2013 (489)
- November 2013 (468)
- October 2013 (562)
- September 2013 (622)
- August 2013 (451)
- July 2013 (330)
- June 2013 (422)
- May 2013 (364)
- April 2013 (359)
- March 2013 (497)
- February 2013 (537)
- January 2013 (547)
- December 2012 (335)
- November 2012 (148)
- October 2012 (480)
- September 2012 (632)
- August 2012 (661)
- July 2012 (841)
- June 2012 (362)
- May 2012 (317)
- April 2012 (1,101)
- March 2012 (908)
- February 2012 (780)
- January 2012 (428)
- December 2011 (466)
- November 2011 (690)
- October 2011 (331)
- September 2011 (628)
- August 2011 (777)
- July 2011 (558)
- June 2011 (1,099)
- May 2011 (488)
- April 2011 (345)
- March 2011 (236)
- February 2011 (137)
- January 2011 (230)
- December 2010 (434)
- November 2010 (701)
- October 2010 (211)
- September 2010 (277)
- August 2010 (362)
- July 2010 (205)
- June 2010 (399)
- May 2010 (416)
- April 2010 (473)
- March 2010 (635)
- February 2010 (148)
- January 2010 (325)
- December 2009 (335)
- November 2009 (334)
- October 2009 (270)
- September 2009 (205)
- August 2009 (276)
- July 2009 (605)
- June 2009 (460)
- May 2009 (285)
- April 2009 (254)
- March 2009 (351)
- February 2009 (335)
- January 2009 (451)
- December 2008 (347)
- November 2008 (475)
- October 2008 (795)
- September 2008 (620)
- August 2008 (673)
- July 2008 (829)
- June 2008 (654)
- May 2008 (642)
- April 2008 (653)
- March 2008 (872)
- February 2008 (804)
- January 2008 (751)
- December 2007 (752)
- November 2007 (563)
- October 2007 (490)
- September 2007 (499)
- August 2007 (660)
- July 2007 (965)
- June 2007 (359)
- May 2007 (904)
- April 2007 (476)
- March 2007 (451)
- February 2007 (465)
- January 2007 (499)
- December 2006 (480)
- November 2006 (454)
- October 2006 (391)
- September 2006 (437)
- August 2006 (389)
- July 2006 (840)
- June 2006 (397)
- May 2006 (778)
- April 2006 (426)
- March 2006 (591)
- February 2006 (291)
- January 2006 (391)
- December 2005 (434)
- November 2005 (1,060)
- October 2005 (554)
- September 2005 (677)
- August 2005 (1,157)
- July 2005 (419)
- June 2005 (704)
- May 2005 (195)
- April 2005 (446)
- March 2005 (474)
- February 2005 (770)
- January 2005 (210)
- December 2004 (295)
- November 2004 (308)
- October 2004 (558)
- September 2004 (580)
- August 2004 (734)
- July 2004 (927)
- June 2004 (653)
- May 2004 (575)
- April 2004 (774)
- March 2004 (585)
- February 2004 (819)
- January 2004 (700)
- December 2003 (903)
- November 2003 (682)
- October 2003 (530)
- September 2003 (297)
- August 2003 (659)
- July 2003 (604)
- June 2003 (952)
- May 2003 (994)
- April 2003 (557)
- March 2003 (556)