Commit:    e2bb8c9a0ffaa85dd53cbd2940055fa1fb8c73c5
Author:    Lior Kaplan <kaplanl...@gmail.com>         Fri, 3 Aug 2018 06:07:05 
+0300
Parents:   e415d0a14340f40fcede620b287483678469e760
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=e2bb8c9a0ffaa85dd53cbd2940055fa1fb8c73c5

Log:
Reorder releases

Changed paths:
  M  ChangeLog-7.php

diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 9848206..55eac26 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -6,20 +6,22 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 ?>
 <h1>PHP 7 ChangeLog</h1>
 
-<section class="version" id="7.1.20"><!-- {{{ 7.1.20 -->
-<h3>Version 7.1.20</h3>
+<section class="version" id="7.2.8"><!-- {{{ 7.2.8 -->
+<h3>Version 7.2.8</h3>
 <b><?php release_date('19-Jul-2018'); ?></b>
 <ul><li>Core:
 <ul>
   <li><?php bugfix(76534); ?> (PHP hangs on 'illegal string offset on string 
references with an error handler).</li>
+  <li><?php bugfix(76520); ?> (Object creation leaks memory when executed over 
HTTP).</li>
   <li><?php bugfix(76502); ?> (Chain of mixed exceptions and errors does not 
serialize properly).</li>
 </ul></li>
 <li>Date:
 <ul>
   <li><?php bugfix(76462); ?> (Undefined property: DateInterval::$f).</li>
 </ul></li>
-<li>exif:
+<li>EXIF:
 <ul>
+  <li><?php bugfix(76409); ?> (heap use after free in _php_stream_free).</li>
   <li><?php bugfix(76423); ?> (Int Overflow lead to Heap OverFlow in 
exif_thumbnail_extract of exif.c).</li>
   <li><?php bugfix(76557); ?> (heap-buffer-overflow (READ of size 48) while 
reading exif data). (CVE-2018-14851)</li>
 </ul></li>
@@ -39,6 +41,10 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <ul>
   <li><?php bugfix(76532); ?> (Integer overflow and excessive memory usage in 
mb_strimwidth).</li>
 </ul></li>
+<li>Opcache:
+<ul>
+  <li><?php bugfix(76477); ?> (Opcache causes empty return value).</li>
+</ul></li>
 <li>PGSQL:
 <ul>
   <li><?php bugfix(76548); ?> (pg_fetch_result did not fetch the next 
row).</li>
@@ -61,41 +67,27 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <ul>
   <li><?php bugfix(76459); ?> (windows linkinfo lacks openbasedir check).</li>
 </ul></li>
-</ul>
-<!-- }}} --></section>
-
-
-<section class="version" id="7.0.31"><!-- {{{ 7.0.31 -->
-<h3>Version 7.0.31</h3>
-<b><?php release_date('19-Jul-2018'); ?></b>
-<ul><li>Exif:
-<ul>
-  <li><?php bugfix(76423); ?> (Int Overflow lead to Heap OverFlow in 
exif_thumbnail_extract of exif.c).</li>
-  <li><?php bugfix(76557); ?> (heap-buffer-overflow (READ of size 48) while 
reading exif data). (CVE-2018-14851)</li>
-</ul></li>
-<li>Win32:
+<li>ZIP:
 <ul>
-  <li><?php bugfix(76459); ?> (windows linkinfo lacks openbasedir check).</li>
+  <li><?php bugfix(76461); ?> (OPSYS_Z_CPM defined instead of OPSYS_CPM).</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>
 
-<section class="version" id="7.2.8"><!-- {{{ 7.2.8 -->
-<h3>Version 7.2.8</h3>
+<section class="version" id="7.1.20"><!-- {{{ 7.1.20 -->
+<h3>Version 7.1.20</h3>
 <b><?php release_date('19-Jul-2018'); ?></b>
 <ul><li>Core:
 <ul>
   <li><?php bugfix(76534); ?> (PHP hangs on 'illegal string offset on string 
references with an error handler).</li>
-  <li><?php bugfix(76520); ?> (Object creation leaks memory when executed over 
HTTP).</li>
   <li><?php bugfix(76502); ?> (Chain of mixed exceptions and errors does not 
serialize properly).</li>
 </ul></li>
 <li>Date:
 <ul>
   <li><?php bugfix(76462); ?> (Undefined property: DateInterval::$f).</li>
 </ul></li>
-<li>EXIF:
+<li>exif:
 <ul>
-  <li><?php bugfix(76409); ?> (heap use after free in _php_stream_free).</li>
   <li><?php bugfix(76423); ?> (Int Overflow lead to Heap OverFlow in 
exif_thumbnail_extract of exif.c).</li>
   <li><?php bugfix(76557); ?> (heap-buffer-overflow (READ of size 48) while 
reading exif data). (CVE-2018-14851)</li>
 </ul></li>
@@ -115,10 +107,6 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <ul>
   <li><?php bugfix(76532); ?> (Integer overflow and excessive memory usage in 
mb_strimwidth).</li>
 </ul></li>
-<li>Opcache:
-<ul>
-  <li><?php bugfix(76477); ?> (Opcache causes empty return value).</li>
-</ul></li>
 <li>PGSQL:
 <ul>
   <li><?php bugfix(76548); ?> (pg_fetch_result did not fetch the next 
row).</li>
@@ -141,17 +129,33 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 <ul>
   <li><?php bugfix(76459); ?> (windows linkinfo lacks openbasedir check).</li>
 </ul></li>
-<li>ZIP:
+</ul>
+<!-- }}} --></section>
+
+
+<section class="version" id="7.0.31"><!-- {{{ 7.0.31 -->
+<h3>Version 7.0.31</h3>
+<b><?php release_date('19-Jul-2018'); ?></b>
+<ul><li>Exif:
 <ul>
-  <li><?php bugfix(76461); ?> (OPSYS_Z_CPM defined instead of OPSYS_CPM).</li>
+  <li><?php bugfix(76423); ?> (Int Overflow lead to Heap OverFlow in 
exif_thumbnail_extract of exif.c).</li>
+  <li><?php bugfix(76557); ?> (heap-buffer-overflow (READ of size 48) while 
reading exif data). (CVE-2018-14851)</li>
+</ul></li>
+<li>Win32:
+<ul>
+  <li><?php bugfix(76459); ?> (windows linkinfo lacks openbasedir check).</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>
 
-<section class="version" id="7.1.19"><!-- {{{ 7.1.19 -->
-<h3>Version 7.1.19</h3>
-<b><?php release_date('22-Jun-2018'); ?></b>
-<ul><li>CLI Server:
+<section class="version" id="7.2.7"><!-- {{{ 7.2.7 -->
+<h3>Version 7.2.7</h3>
+<b><?php release_date('21-Jun-2018'); ?></b>
+<ul><li>Core:
+<ul>
+  <li><?php bugfix(76337); ?> (segfault when opcache enabled + extension use 
zend_register_class_alias).</li>
+</ul></li>
+<li>CLI Server:
 <ul>
   <li><?php bugfix(76333); ?> (PHP built-in server does not find files if root 
path contains special characters).</li>
 </ul></li>
@@ -166,21 +170,16 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>Standard:
 <ul>
+  <li><?php bugfix(76410); ?> (SIGV in zend_mm_alloc_small).</li>
   <li><?php bugfix(76335); ?> ("link(): Bad file descriptor" with non-ASCII 
path).</li>
-  <li><?php bugfix(76383); ?> (array_map on $GLOBALS returns IS_INDIRECT).</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>
 
-
-<section class="version" id="7.2.7"><!-- {{{ 7.2.7 -->
-<h3>Version 7.2.7</h3>
-<b><?php release_date('21-Jun-2018'); ?></b>
-<ul><li>Core:
-<ul>
-  <li><?php bugfix(76337); ?> (segfault when opcache enabled + extension use 
zend_register_class_alias).</li>
-</ul></li>
-<li>CLI Server:
+<section class="version" id="7.1.19"><!-- {{{ 7.1.19 -->
+<h3>Version 7.1.19</h3>
+<b><?php release_date('22-Jun-2018'); ?></b>
+<ul><li>CLI Server:
 <ul>
   <li><?php bugfix(76333); ?> (PHP built-in server does not find files if root 
path contains special characters).</li>
 </ul></li>
@@ -195,16 +194,20 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>Standard:
 <ul>
-  <li><?php bugfix(76410); ?> (SIGV in zend_mm_alloc_small).</li>
   <li><?php bugfix(76335); ?> ("link(): Bad file descriptor" with non-ASCII 
path).</li>
+  <li><?php bugfix(76383); ?> (array_map on $GLOBALS returns IS_INDIRECT).</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>
 
-<section class="version" id="7.1.18"><!-- {{{ 7.1.18 -->
-<h3>Version 7.1.18</h3>
+<section class="version" id="7.2.6"><!-- {{{ 7.2.6 -->
+<h3>Version 7.2.6</h3>
 <b><?php release_date('24-May-2018'); ?></b>
-<ul><li>FPM:
+<ul><li>EXIF:
+<ul>
+  <li><?php bugfix(76164); ?> (exif_read_data zend_mm_heap corrupted).</li>
+</ul></li>
+<li>FPM:
 <ul>
   <li><?php bugfix(76075); ?> --with-fpm-acl wrongly tries to find libacl on 
FreeBSD.</li>
 </ul></li>
@@ -220,19 +223,19 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>Reflection:
 <ul>
-  <li>Fixed arginfo for array_replace(_recursive) and 
array_merge(_recursive).</li>
+  <li>Fixed arginfo of array_replace(_recursive) and 
array_merge(_recursive).</li>
+</ul></li>
+<li>Session:
+<ul>
+  <li><?php bugfix(74892); ?> (Url Rewriting (trans_sid) not working on urls 
that start with "#").</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>
 
-<section class="version" id="7.2.6"><!-- {{{ 7.2.6 -->
-<h3>Version 7.2.6</h3>
+<section class="version" id="7.1.18"><!-- {{{ 7.1.18 -->
+<h3>Version 7.1.18</h3>
 <b><?php release_date('24-May-2018'); ?></b>
-<ul><li>EXIF:
-<ul>
-  <li><?php bugfix(76164); ?> (exif_read_data zend_mm_heap corrupted).</li>
-</ul></li>
-<li>FPM:
+<ul><li>FPM:
 <ul>
   <li><?php bugfix(76075); ?> --with-fpm-acl wrongly tries to find libacl on 
FreeBSD.</li>
 </ul></li>
@@ -248,11 +251,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>Reflection:
 <ul>
-  <li>Fixed arginfo of array_replace(_recursive) and 
array_merge(_recursive).</li>
-</ul></li>
-<li>Session:
-<ul>
-  <li><?php bugfix(74892); ?> (Url Rewriting (trans_sid) not working on urls 
that start with "#").</li>
+  <li>Fixed arginfo for array_replace(_recursive) and 
array_merge(_recursive).</li>
 </ul></li>
 </ul>
 <!-- }}} --></section>
-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to