Commit: b4f7879cffdd3a6e284639c6fc705d3ee17ddcc9 Author: Lior Kaplan <[email protected]> Mon, 30 Apr 2018 18:26:16 +0300 Parents: 9c294fcf2ea2223c8a78af444ec4f023ed3c9667 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b4f7879cffdd3a6e284639c6fc705d3ee17ddcc9 Log: Reorder changelogs (7.2.5, 7.1.16) Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index 337f53f..f9e35e5 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -6,10 +6,14 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change ?> <h1>PHP 7 ChangeLog</h1> -<section class="version" id="7.1.17"><!-- {{{ 7.1.17 --> -<h3>Version 7.1.17</h3> +<section class="version" id="7.2.5"><!-- {{{ 7.2.5 --> +<h3>Version 7.2.5</h3> <b><?php release_date('26-Apr-2018'); ?></b> -<ul><li>Date: +<ul><li>Core: +<ul> + <li><?php bugfix(75722); ?> (Convert valgrind detection to configure option).</li> +</ul></li> +<li>Date: <ul> <li><?php bugfix(76131); ?> (mismatch arginfo for date_create).</li> </ul></li> @@ -43,6 +47,14 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(75944); ?> (Wrong cp1251 detection).</li> <li><?php bugfix(76113); ?> (mbstring does not build with Oniguruma 6.8.1).</li> </ul></li> +<li>ODBC: +<ul> + <li><?php bugfix(76088); ?> (ODBC functions are not available by default on Windows).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(76094); ?> (Access violation when using opcache).</li> +</ul></li> <li>Phar: <ul> <li><?php bugfix(76129); ?> (fix for CVE-2018-5712 may not be complete). (CVE-2018-10547)</li> @@ -57,40 +69,16 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>standard: <ul> + <li><?php bugfix(74139); ?> (mail.add_x_header default inconsistent with docs).</li> <li><?php bugfix(75996); ?> (incorrect url in header for mt_rand).</li> </ul></li> </ul> <!-- }}} --></section> -<section class="version" id="7.0.30"><!-- {{{ 7.0.30 --> -<h3>Version 7.0.30</h3> -<b><?php release_date('26-Apr-2018'); ?></b> -<ul><li>Exif: -<ul> - <li><?php bugfix(76130); ?> (Heap Buffer Overflow (READ: 1786) in exif_iif_add_value). (CVE-2018-10549)</li> -</ul></li> -<li>iconv: -<ul> - <li><?php bugfix(76249); ?> (stream filter convert.iconv leads to infinite loop on invalid sequence). (CVE-2018-10546)</li> -</ul></li> -<li>LDAP: -<ul> - <li><?php bugfix(76248); ?> (Malicious LDAP-Server Response causes Crash). (CVE-2018-10548)</li> -</ul></li> -<li>Phar: -<ul> - <li><?php bugfix(76129); ?> (fix for CVE-2018-5712 may not be complete). (CVE-2018-10547)</li> -</ul></li> -</ul> -<!-- }}} --></section> -<section class="version" id="7.2.5"><!-- {{{ 7.2.5 --> -<h3>Version 7.2.5</h3> +<section class="version" id="7.1.17"><!-- {{{ 7.1.17 --> +<h3>Version 7.1.17</h3> <b><?php release_date('26-Apr-2018'); ?></b> -<ul><li>Core: -<ul> - <li><?php bugfix(75722); ?> (Convert valgrind detection to configure option).</li> -</ul></li> -<li>Date: +<ul><li>Date: <ul> <li><?php bugfix(76131); ?> (mismatch arginfo for date_create).</li> </ul></li> @@ -124,14 +112,6 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li><?php bugfix(75944); ?> (Wrong cp1251 detection).</li> <li><?php bugfix(76113); ?> (mbstring does not build with Oniguruma 6.8.1).</li> </ul></li> -<li>ODBC: -<ul> - <li><?php bugfix(76088); ?> (ODBC functions are not available by default on Windows).</li> -</ul></li> -<li>Opcache: -<ul> - <li><?php bugfix(76094); ?> (Access violation when using opcache).</li> -</ul></li> <li>Phar: <ul> <li><?php bugfix(76129); ?> (fix for CVE-2018-5712 may not be complete). (CVE-2018-10547)</li> @@ -146,49 +126,33 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul></li> <li>standard: <ul> - <li><?php bugfix(74139); ?> (mail.add_x_header default inconsistent with docs).</li> <li><?php bugfix(75996); ?> (incorrect url in header for mt_rand).</li> </ul></li> </ul> <!-- }}} --></section> -<section class="version" id="7.1.16"><!-- {{{ 7.1.16 --> -<h3>Version 7.1.16</h3> -<b><?php release_date('29-Mar-2018'); ?></b> -<ul><li>Core: -<ul> - <li><?php bugfix(76025); ?> (Segfault while throwing exception in error_handler).</li> - <li><?php bugfix(76044); ?> ('date: illegal option -- -' in ./configure on FreeBSD).</li> -</ul></li> -<li>FPM: -<ul> - <li><?php bugfix(75605); ?> (Dumpable FPM child processes allow bypassing opcache access controls). (CVE-2018-10545)</li> -</ul></li> -<li>GD: +<section class="version" id="7.0.30"><!-- {{{ 7.0.30 --> +<h3>Version 7.0.30</h3> +<b><?php release_date('26-Apr-2018'); ?></b> +<ul><li>Exif: <ul> - <li><?php bugfix(73957); ?> (signed integer conversion in imagescale()).</li> + <li><?php bugfix(76130); ?> (Heap Buffer Overflow (READ: 1786) in exif_iif_add_value). (CVE-2018-10549)</li> </ul></li> -<li>ODBC: +<li>iconv: <ul> - <li><?php bugfix(76088); ?> (ODBC functions are not available by default on Windows).</li> + <li><?php bugfix(76249); ?> (stream filter convert.iconv leads to infinite loop on invalid sequence). (CVE-2018-10546)</li> </ul></li> -<li>Opcache: +<li>LDAP: <ul> - <li><?php bugfix(76074); ?> (opcache corrupts variable in for-loop).</li> + <li><?php bugfix(76248); ?> (Malicious LDAP-Server Response causes Crash). (CVE-2018-10548)</li> </ul></li> <li>Phar: <ul> - <li><?php bugfix(76085); ?> (Segmentation fault in buildFromIterator when directory name contains a \n).</li> -</ul></li> -<li>Standard: -<ul> - <li><?php bugfix(74139); ?> (mail.add_x_header default inconsistent with docs).</li> - <li><?php bugfix(76068); ?> (parse_ini_string fails to parse "[foo]\nbar=1|>baz" with segfault).</li> + <li><?php bugfix(76129); ?> (fix for CVE-2018-5712 may not be complete). (CVE-2018-10547)</li> </ul></li> </ul> <!-- }}} --></section> - <section class="version" id="7.2.4"><!-- {{{ 7.2.4 --> <h3>Version 7.2.4</h3> <b><?php release_date('29-Mar-2018'); ?></b> @@ -244,6 +208,42 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change </ul> <!-- }}} --></section> +<section class="version" id="7.1.16"><!-- {{{ 7.1.16 --> +<h3>Version 7.1.16</h3> +<b><?php release_date('29-Mar-2018'); ?></b> +<ul><li>Core: +<ul> + <li><?php bugfix(76025); ?> (Segfault while throwing exception in error_handler).</li> + <li><?php bugfix(76044); ?> ('date: illegal option -- -' in ./configure on FreeBSD).</li> +</ul></li> +<li>FPM: +<ul> + <li><?php bugfix(75605); ?> (Dumpable FPM child processes allow bypassing opcache access controls). (CVE-2018-10545)</li> +</ul></li> +<li>GD: +<ul> + <li><?php bugfix(73957); ?> (signed integer conversion in imagescale()).</li> +</ul></li> +<li>ODBC: +<ul> + <li><?php bugfix(76088); ?> (ODBC functions are not available by default on Windows).</li> +</ul></li> +<li>Opcache: +<ul> + <li><?php bugfix(76074); ?> (opcache corrupts variable in for-loop).</li> +</ul></li> +<li>Phar: +<ul> + <li><?php bugfix(76085); ?> (Segmentation fault in buildFromIterator when directory name contains a \n).</li> +</ul></li> +<li>Standard: +<ul> + <li><?php bugfix(74139); ?> (mail.add_x_header default inconsistent with docs).</li> + <li><?php bugfix(76068); ?> (parse_ini_string fails to parse "[foo]\nbar=1|>baz" with segfault).</li> +</ul></li> +</ul> +<!-- }}} --></section> + <section class="version" id="7.0.29"><!-- {{{ 7.0.29 --> <h3>Version 7.0.29</h3> <b><?php release_date('29-Mar-2018'); ?></b> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
