Commit: 7a93c918714c3fe86cb704a9cd57ba563e1fca18 Author: Anatol Belski <[email protected]> Thu, 4 Feb 2016 18:07:56 +0100 Parents: 4f8ea6516870a248f45df3d53d73563ac6485b91 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7a93c918714c3fe86cb704a9cd57ba563e1fca18 Log: fix wrong placement Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 61308fa..835cc02 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -52,6 +52,10 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(71475); ?> (openssl_seal() uninitialized memory usage).</li> </ul></li> +<li>PCRE: +<ul> + <li>Upgraded pcrelib to 8.38.</li> +</ul></li> <li>Phar: <ul> <li><?php bugfix(71354); ?> (Heap corruption in tar/zip/phar parser).</li> @@ -130,10 +134,6 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(70976); ?> (Memory Read via gdImageRotateInterpolated Array Index Out of Bounds). (CVE-2016-1903)</li> </ul></li> -<li>PCRE: -<ul> - <li>Upgraded pcrelib to 8.38.</li> -</ul></li> <li>Mbstring: <ul> <li><?php bugfix(71066); ?> (mb_send_mail: Program terminated with signal SIGSEGV, Segmentation fault).</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
