Commit: 21cb89f83a41cd291ecfb87ad4201559bd9a6b63 Author: Lior Kaplan <[email protected]> Sun, 7 Feb 2016 19:17:22 +0200 Parents: 0a115fa44df8d9a08bec93fd727b6a2725c2f58e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=21cb89f83a41cd291ecfb87ad4201559bd9a6b63 Log: Reposition HTTP 451 code entry Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 83519fa..15319e7 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -12,10 +12,10 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <b><?php release_date('04-Feb-2016'); ?></b> <ul><li>Core: <ul> + <li>Added support for new HTTP 451 code.</li> <li><?php bugfix(71039); ?> (exec functions ignore length but look for NULL termination).</li> <li><?php bugfix(71089); ?> (No check to duplicate zend_extension).</li> <li><?php bugfix(71201); ?> (round() segfault on 64-bit builds).</li> - <li>Added support for new HTTP 451 code.</li> <li><?php bugfix(71273); ?> (A wrong ext directory setup in php.ini leads to crash).</li> <li><?php bugfix(71323); ?> (Output of stream_get_meta_data can be falsified by its input).</li> <li><?php bugfix(71459); ?> (Integer overflow in iptcembed()).</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
