Commit: e2a89d134430f48a9f0b060c611e89c420d3e7e8 Author: Lior Kaplan <[email protected]> Fri, 24 Jun 2016 23:40:19 +0300 Parents: 6828d86a2b9ec2ecc77d27bf8e1443a02c6a236e Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e2a89d134430f48a9f0b060c611e89c420d3e7e8 Log: Reorder 5.6.23 on top of 5.5.37 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index c5f6e95..17fec04 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -7,24 +7,27 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change ?> <h1>PHP 5 ChangeLog</h1> -<section class="version" id="5.5.37"><!-- {{{ 5.5.37 --> -<h3>Version 5.5.37</h3> +<section class="version" id="5.6.23"><!-- {{{ 5.6.23 --> +<h3>Version 5.6.23</h3> <b><?php release_date('23-Jun-2016'); ?></b> <ul><li>Core: <ul> - <li><?php bugfix(72268); ?> (Integer Overflow in nl2br()).</li> <li><?php bugfix(72275); ?> (Integer Overflow in json_encode()/json_decode()/ json_utf8_to_utf16()).</li> <li><?php bugfix(72400); ?> (Integer Overflow in addcslashes/addslashes).</li> <li><?php bugfix(72403); ?> (Integer Overflow in Length of String-typed ZVAL).</li> </ul></li> <li>GD: <ul> - <li><?php bugfix(66387); ?> (Stack overflow with imagefilltoborder) (CVE-2015-8874).</li> <li><?php bugfix(72298); ?> (pass2_no_dither out-of-bounds access).</li> + <li><?php bugfix(72337); ?> (invalid dimensions can lead to crash).</li> <li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow).</li> <li><?php bugfix(72407); ?> (NULL Pointer Dereference at _gdScaleVert).</li> <li><?php bugfix(72446); ?> (Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow).</li> </ul></li> +<li>Intl: +<ul> + <li><?php bugfix(70484); ?> (selectordinal doesn't work with named parameters).</li> +</ul></li> <li>mbstring: <ul> <li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free).</li> @@ -33,6 +36,14 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows).</li> </ul></li> +<li>OpenSSL: +<ul> + <li><?php bugfix(72140); ?> (segfault after calling ERR_free_strings()).</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(72321); ?> (invalid free in phar_extract_file()).</li> +</ul></li> <li>SPL: <ul> <li><?php bugfix(72262); ?> (int/size_t confusion in SplFileObject::fread).</li> @@ -49,27 +60,24 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change </ul> <!-- }}} --></section> -<section class="version" id="5.6.23"><!-- {{{ 5.6.23 --> -<h3>Version 5.6.23</h3> +<section class="version" id="5.5.37"><!-- {{{ 5.5.37 --> +<h3>Version 5.5.37</h3> <b><?php release_date('23-Jun-2016'); ?></b> <ul><li>Core: <ul> + <li><?php bugfix(72268); ?> (Integer Overflow in nl2br()).</li> <li><?php bugfix(72275); ?> (Integer Overflow in json_encode()/json_decode()/ json_utf8_to_utf16()).</li> <li><?php bugfix(72400); ?> (Integer Overflow in addcslashes/addslashes).</li> <li><?php bugfix(72403); ?> (Integer Overflow in Length of String-typed ZVAL).</li> </ul></li> <li>GD: <ul> + <li><?php bugfix(66387); ?> (Stack overflow with imagefilltoborder) (CVE-2015-8874).</li> <li><?php bugfix(72298); ?> (pass2_no_dither out-of-bounds access).</li> - <li><?php bugfix(72337); ?> (invalid dimensions can lead to crash).</li> <li><?php bugfix(72339); ?> (Integer Overflow in _gd2GetHeader() resulting in heap overflow).</li> <li><?php bugfix(72407); ?> (NULL Pointer Dereference at _gdScaleVert).</li> <li><?php bugfix(72446); ?> (Integer Overflow in gdImagePaletteToTrueColor() resulting in heap overflow).</li> </ul></li> -<li>Intl: -<ul> - <li><?php bugfix(70484); ?> (selectordinal doesn't work with named parameters).</li> -</ul></li> <li>mbstring: <ul> <li><?php bugfix(72402); ?> (_php_mb_regex_ereg_replace_exec - double free).</li> @@ -78,14 +86,6 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(72455); ?> (Heap Overflow due to integer overflows).</li> </ul></li> -<li>OpenSSL: -<ul> - <li><?php bugfix(72140); ?> (segfault after calling ERR_free_strings()).</li> -</ul></li> -<li>Phar: -<ul> - <li><?php bugfix(72321); ?> (invalid free in phar_extract_file()).</li> -</ul></li> <li>SPL: <ul> <li><?php bugfix(72262); ?> (int/size_t confusion in SplFileObject::fread).</li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
