Commit: 12ea5c54e521d189c97b8f5c4f9bf65f137f3c80 Author: Stanislav Malyshev <[email protected]> Sun, 19 Aug 2012 22:19:57 -0700 Parents: 4ec29b945c9b1811c89e46c16215a7563a9f0430 Branches: PHP-5.4 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=12ea5c54e521d189c97b8f5c4f9bf65f137f3c80 Log: Fix for #62844 Bugs: https://bugs.php.net/62844 Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index c9d6305..27a34c3 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ PHP NEWS ?? ??? 2012, PHP 5.4.7 - Core: + . Fixed bug #62844 (parse_url() does not recognize //). (Andrew Faulds). . Fixed bug #62763 (register_shutdown_function and extending class). (Laruence) . Fixed bug #62725 (Calling exit() in a shutdown function does not return -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
