Commit: ded59e486672ded154a4994a95098fc8ca100ebe Author: Anatol Belski <[email protected]> Wed, 4 May 2016 18:09:47 +0200 Parents: ef55a9223da820ac8709804a15e415abac555d9f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=ded59e486672ded154a4994a95098fc8ca100ebe Log: fix changelog, #71428 was reverted in 7.0.6 Bugs: https://bugs.php.net/71428 Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 29252d7..7a6b125 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -21,7 +21,6 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(71750); ?> (Multiple Heap Overflows in php_raw_url_encode/ php_url_encode).</li> <li><?php bugfix(71731); ?> (Null coalescing operator and ArrayAccess).</li> <li><?php bugfix(71609); ?> (Segmentation fault on ZTS with gethostbyname).</li> - <li><?php bugfix(71428); ?> (inheritance and allow_null).</li> <li><?php bugfix(71414); ?> (Inheritance, traits and interfaces).</li> <li><?php bugfix(71359); ?> (Null coalescing operator and magic).</li> <li><?php bugfix(71334); ?> (Cannot access array keys while uksort()).</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
