Commit: 1a0b0ead145deb150f9efb6004534018b5af3a35 Author: Johannes Schlüter <johan...@schlueters.de> Thu, 22 Mar 2012 16:40:13 +0100 Parents: b4aea52682a6e7a8f0e2a7638ba37145cb6bf16d Branches: PHP-5.3
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=1a0b0ead145deb150f9efb6004534018b5af3a35 Log: Fix NEWS Changed paths: M NEWS Diff: 1a0b0ead145deb150f9efb6004534018b5af3a35 diff --git a/NEWS b/NEWS index 59d2aad..ce48ba0 100644 --- a/NEWS +++ b/NEWS @@ -13,12 +13,12 @@ PHP NEWS . Fixed bug #61072 (Memory leak when restoring an exception handler). (Nikic, Laruence) . Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX). - (Laruence) + (Laruence) . Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831). (Ondřej Surý) . Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical - vars). (Laruence) - . Fix bug #60895 (Possible invalid handler usage in windows random + vars). (Laruence) + . Fixed bug #60895 (Possible invalid handler usage in windows random functions). (Pierre) . Fixed bug #60825 (Segfault when running symfony 2 tests). (Dmitry, Laruence) @@ -134,7 +134,8 @@ PHP NEWS . Fixed bug #54682 (tidy null pointer dereference). (Tony, David Soria Parra) - XMLRPC: - . Fixed bug #61264 (xmlrpc_parse_method_descriptions leaks temporary variable). (Nikita Popov) + . Fixed bug #61264 (xmlrpc_parse_method_descriptions leaks temporary + variable). (Nikita Popov) . Fixed bug #61097 (Memory leak in xmlrpc functions copying zvals). (Nikic) - Zlib: -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php