Commit: 73f41875a31953603f0f72292444df5be4d97bfb Author: Lior Kaplan <[email protected]> Sat, 25 Jun 2016 21:23:27 +0300 Parents: 111337418a9eee5a867d27f3d1b4c306eba8d885 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=73f41875a31953603f0f72292444df5be4d97bfb Log: Bug #64524 was fixed in PHP 7.0.7 Bugs: https://bugs.php.net/64524 Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 8c0779a..191145e 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -32,7 +32,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Intl: <ul> - <li><?php bugfix(64524); ?> (Add intl.use_exceptions to php.ini-*).</li> + <li><?php bugfix(70484); ?> (selectordinal doesn't work with named parameters).</li> </ul></li> <li>mbstring: <ul> @@ -116,6 +116,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>Intl: <ul> + <li><?php bugfix(64524); ?> (Add intl.use_exceptions to php.ini-*).</li> <li><?php bugfix(72241); ?> (get_icu_value_internal out-of-bounds read). (CVE-2016-5093)</li> </ul></li> <li>JSON: -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
