Commit: 3342e7276c4d0ff0a8546c2f16eb706d6aadf185 Author: Xinchen Hui <[email protected]> Tue, 30 Oct 2012 11:09:53 +0800 Parents: 4c08ee069cc1e299f5cc09c198f97bad30293cb1 2f1c4064f8fd971166df3099729e74e0ecb5d6bc Branches: PHP-5.4
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=3342e7276c4d0ff0a8546c2f16eb706d6aadf185 Log: Merge branch 'PHP-5.3' into PHP-5.4 Changed paths: MM NEWS MM ext/libxml/libxml.c Diff: diff --cc NEWS index d95f5f4,ba96950..74dab3c --- a/NEWS +++ b/NEWS @@@ -1,20 -1,14 +1,24 @@@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2012, PHP 5.3.19 +?? ??? 2012, PHP 5.4.9 + +- Core: + . Fixed bug #63305 (zend_mm_heap corrupted with traits). (Dmitry, Laruence) + . Fixed bug #63369 ((un)serialize() leaves dangling pointers, causes crashes). + (Tony, Andrew Sitnikov) + +- Curl: + . Fixed bug #63363 (Curl silently accepts boolean true for SSL_VERIFYHOST). + Patch by John Jawed GitHub PR #221 (Anthony) + +- Fileinfo: + . Fixed bug #63248 (Load multiple magic files from a directory under Windows). + (Anatoliy) + - Libxml + . Fixed bug #63389 (Missing context check on libxml_set_streams_context() + causes memleak). (Laruence) + -- MySQL: - . Fixed compilation failure on mixed 32/64 bit systems. (Andrey) - - OCI8: . Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro) (Chris Jones) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
