Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/xmlwriter php_xmlwriter.c /ext/xmlwriter/tests bug41287.phpt bug41326.phpt

2007-05-08 Thread Antony Dovgal
CCing phpdocs. On 05/09/2007 01:41 AM, Pierre-Alain Joye wrote: pajoye Tue May 8 21:41:36 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/xmlwriter/tests bug41326.phpt Modified files: /php-src NEWS /php-src/ext/xmlwriter php_xmlwri

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/xmlwriter php_xmlwriter.c /ext/xmlwriter/tests bug41287.phpt bug41326.phpt

2007-05-08 Thread Pierre-Alain Joye
pajoye Tue May 8 21:41:36 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/xmlwriter/testsbug41326.phpt Modified files: /php-srcNEWS /php-src/ext/xmlwriter php_xmlwriter.c /php-src/ext/xmlwriter/testsbug41

[PHP-CVS] cvs: php-src /ext/xmlwriter php_xmlwriter.c /ext/xmlwriter/tests bug41287.phpt bug41326.phpt

2007-05-08 Thread Pierre-Alain Joye
pajoye Tue May 8 21:40:25 2007 UTC Added files: /php-src/ext/xmlwriter/testsbug41326.phpt Modified files: /php-src/ext/xmlwriter php_xmlwriter.c /php-src/ext/xmlwriter/testsbug41287.phpt Log: - #41326, writing em

Re: [PHP-CVS] cvs: php-src /main php_ini.c

2007-05-08 Thread Antony Dovgal
Hannes, unfortunately strsep() is missing on Solaris, so this patch breaks the build. On 04/25/2007 02:02 PM, Hannes Magnusson wrote: diff -u php-src/main/php_ini.c:1.149 php-src/main/php_ini.c:1.150 --- php-src/main/php_ini.c:1.149Mon Apr 16 09:43:52 2007 +++ php-src/main/php_ini.c

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard image.c

2007-05-08 Thread Derick Rethans
On Tue, 8 May 2007, Ilia Alshanetsky wrote: > It is better because it won't show up on most systems. As far as taking out > the error message entirely, that is not a good idea because that takes away > your ability to determine what went wrong in parsing of the file. But the only way of figuring

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard image.c

2007-05-08 Thread Ilia Alshanetsky
It is better because it won't show up on most systems. As far as taking out the error message entirely, that is not a good idea because that takes away your ability to determine what went wrong in parsing of the file. On 8-May-07, at 3:18 PM, Derick Rethans wrote: On Tue, 8 May 2007, Ili

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard image.c

2007-05-08 Thread Derick Rethans
On Tue, 8 May 2007, Ilia Alshanetsky wrote: > iliaa Tue May 8 18:38:21 2007 UTC > > Modified files: (Branch: PHP_5_2) > /php-src NEWS > /php-src/ext/standard image.c > Log: > > Fixed bug #41321 (downgrade read errors in getimagesize() to E_NOTICE). I

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard image.c

2007-05-08 Thread Ilia Alshanetsky
iliaa Tue May 8 18:38:21 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard image.c Log: Fixed bug #41321 (downgrade read errors in getimagesize() to E_NOTICE). http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS /ext/openssl openssl.c

2007-05-08 Thread Antony Dovgal
tony2001Tue May 8 18:00:37 2007 UTC Modified files: (Branch: PHP_4_4) /php-srcNEWS /php-src/ext/opensslopenssl.c Log: fix #38798 (OpenSSL init corrected in php5 but not in php4) http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.9

[PHP-CVS] cvs: CVSROOT / avail

2007-05-08 Thread Pierre-Alain Joye
pajoye Tue May 8 12:59:38 2007 UTC Modified files: /CVSROOTavail Log: - php-src karma for Scott http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1268&r2=1.1269&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1268 CVSROOT/avail:1.1269 --- CVSR

[PHP-CVS] cvs: php-src /ext/zlib zlib_fopen_wrapper.c /main/streams streams.c

2007-05-08 Thread Dmitry Stogov
dmitry Tue May 8 12:08:41 2007 UTC Modified files: /php-src/ext/zlib zlib_fopen_wrapper.c /php-src/main/streams streams.c Log: Fixed bug #41304 (compress.zlib temp files left) http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/zlib_fopen_wrapper.c?

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/zlib zlib_fopen_wrapper.c /main/streams streams.c

2007-05-08 Thread Dmitry Stogov
dmitry Tue May 8 12:08:18 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main/streams streams.c /php-src/ext/zlib zlib_fopen_wrapper.c Log: Fixed bug #41304 (compress.zlib temp files left) http://cvs.php.net/viewvc.cgi

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/wddx wddx.c /ext/wddx/tests bug41283.phpt

2007-05-08 Thread Matt Wilmas
Hi Ilia, all, I've attached patches for what I think is a better fix here, and it simplifies the code. Looking at the CVS log, the is_numeric_string() usage was added in version 1.120 to fix the first numeric key bug. The simple, better thing would've been to just change zend_hash... to zend_sym