[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/win32/build/config.w32 trunk/win32/build/config.w32

2011-02-07 Thread Pierre Joye
pajoye Mon, 07 Feb 2011 10:17:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308089 Log: - disable realloc warning about not checking its return value, 100% valid but way too many of them for now, reduce noises Changed paths: U

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

2011-02-07 Thread Pierre Joye
pajoye Mon, 07 Feb 2011 10:25:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308090 Log: - null deref fix Changed paths: U php/php-src/branches/PHP_5_3/Zend/zend_alloc.c U php/php-src/trunk/Zend/zend_alloc.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/zip/php_zip.c branches/PHP_5_3/ext/zip/tests/bug53603.phpt trunk/ext/zip/php_zip.c trunk/ext/zip/tests/bug53603.phpt

2011-02-07 Thread Pierre Joye
pajoye Mon, 07 Feb 2011 16:20:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308107 Log: - Fixed bug #53893 (Wrong return value for ZipArchive::extractTo()) Bug: http://bugs.php.net/53893 (Open) Wrong return value for