[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/ext/openssl/openssl.c branches/PHP_5_3/NEWS branches/PHP_5_3/ext/openssl/openssl.c trunk/ext/openssl/openssl.c

2009-09-14 Thread Ilia Alshanetsky
iliaaMon, 14 Sep 2009 12:50:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288329 Log: Fixed certificate validation inside php_openssl_apply_verification_policy Changed paths: U php/php-src/branches/PHP_5_2/NEWS U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/mysqli_api.c branches/PHP_5_3/ext/mysqli/php_mysqli_structs.h branches/PHP_5_3/ext/mysqli/tests/005.phpt trunk/ext/mysqli/mysqli_api.c trun

2009-09-14 Thread Ulf Wendel
Jani Taskinen schrieb: What about fixing it also in PHP_5_2 ?? Or doesn't this exist there? ;) Sounds quite critical to be in there.. Good question. A precondition for the crash to happen is that ext/mysqli allocates a too small result buffer. This could happen due to bug which broke BC in

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mbstring/libmbfl/filters/mbfilter_utf8.c branches/PHP_5_3/ext/mbstring/libmbfl/mbfl/mbfilter.c branches/PHP_5_3/ext/mbstring/tests/bug49536.phpt

2009-09-14 Thread Moriyoshi Koizumi
Ilia, I guess this and the other mbstring patch should be applied to 5.2 branch as well. Is it ok to merge them? Moriyoshi On Sat, Sep 12, 2009 at 6:26 AM, Moriyoshi Koizumi moriyo...@php.net wrote: moriyoshi                                Fri, 11 Sep 2009 21:26:18 + Revision:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ext/mysqli/ mysqli_api.c php_mysqli.h

2009-09-14 Thread Ulf Wendel
uw Mon, 14 Sep 2009 16:51:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288336 Log: Backport of http://news.php.net/php.cvs/60381 to PHP 5_2 which fixes a potential crash with ext/mysqli and Prepared Statements if the MySQL Server

[PHP-CVS] svn: /php/php-src/branches/PHP_5_2/ NEWS

2009-09-14 Thread Jani Taskinen
jani Mon, 14 Sep 2009 17:18:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288337 Log: pfft Changed paths: U php/php-src/branches/PHP_5_2/NEWS Modified: php/php-src/branches/PHP_5_2/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/TSRM/tsrm_virtual_cwd.c trunk/TSRM/tsrm_virtual_cwd.c

2009-09-14 Thread Pierre-Alain Joye
pajoye Mon, 14 Sep 2009 18:46:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288339 Log: - Fix #48746, improve fix to support all possible cases (see latest comment in the report) Bug: http://bugs.php.net/48746 (Assigned) Unable to browse

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/Zend/zend_execute_API.c branches/PHP_5_3/Zend/zend_execute_API.c trunk/Zend/zend_execute_API.c

2009-09-14 Thread Moriyoshi Koizumi
moriyoshiTue, 15 Sep 2009 00:09:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=288345 Log: - WS fix (spaces to tabs) Changed paths: U php/php-src/branches/PHP_5_2/Zend/zend_execute_API.c U