Commit:    d91377e67e6f7e5d8368b50b715bdb72eb8f4788
Author:    Lior Kaplan <kaplanl...@gmail.com>         Sun, 21 Oct 2018 18:20:04 
+0300
Parents:   52e4bb8ba96af8f7e7f2ae8caf443715c0dd882d
Branches:  master

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

Log:
Reorder changelogs (7.0.32, 7.1.22, 7.2.10)

Changed paths:
  M  ChangeLog-7.php


Diff:
diff --git a/ChangeLog-7.php b/ChangeLog-7.php
index 7813188..2c966b5 100644
--- a/ChangeLog-7.php
+++ b/ChangeLog-7.php
@@ -93,23 +93,14 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul>
 <!-- }}} --></section>
 
-<section class="version" id="7.0.32"><!-- {{{ 7.0.32 -->
-<h3>Version 7.0.32</h3>
-<b><?php release_date('13-Sep-2018'); ?></b>
-<ul><li>Apache2:
-<ul>
-  <li><?php bugfix(76582); ?> (XSS due to the header Transfer-Encoding: 
chunked). (CVE-2018-17082)</li>
-</ul></li>
-</ul>
-<!-- }}} --></section>
-
-<section class="version" id="7.1.22"><!-- {{{ 7.1.22 -->
-<h3>Version 7.1.22</h3>
+<section class="version" id="7.2.10"><!-- {{{ 7.2.10 -->
+<h3>Version 7.2.10</h3>
 <b><?php release_date('13-Sep-2018'); ?></b>
 <ul><li>Core:
 <ul>
   <li><?php bugfix(76754); ?> (parent private constant in extends class memory 
leak).</li>
   <li><?php bugfix(72443); ?> (Generate enabled extension).</li>
+  <li><?php bugfix(75797); ?> (Memory leak when using class_alias() in 
non-debug mode).</li>
 </ul></li>
 <li>Apache2:
 <ul>
@@ -171,14 +162,13 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul>
 <!-- }}} --></section>
 
-<section class="version" id="7.2.10"><!-- {{{ 7.2.10 -->
-<h3>Version 7.2.10</h3>
+<section class="version" id="7.1.22"><!-- {{{ 7.1.22 -->
+<h3>Version 7.1.22</h3>
 <b><?php release_date('13-Sep-2018'); ?></b>
 <ul><li>Core:
 <ul>
   <li><?php bugfix(76754); ?> (parent private constant in extends class memory 
leak).</li>
   <li><?php bugfix(72443); ?> (Generate enabled extension).</li>
-  <li><?php bugfix(75797); ?> (Memory leak when using class_alias() in 
non-debug mode).</li>
 </ul></li>
 <li>Apache2:
 <ul>
@@ -240,6 +230,16 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul>
 <!-- }}} --></section>
 
+<section class="version" id="7.0.32"><!-- {{{ 7.0.32 -->
+<h3>Version 7.0.32</h3>
+<b><?php release_date('13-Sep-2018'); ?></b>
+<ul><li>Apache2:
+<ul>
+  <li><?php bugfix(76582); ?> (XSS due to the header Transfer-Encoding: 
chunked). (CVE-2018-17082)</li>
+</ul></li>
+</ul>
+<!-- }}} --></section>
+
 <section class="version" id="7.2.9"><!-- {{{ 7.2.9 -->
 <h3>Version 7.2.9</h3>
 <b><?php release_date('16-Aug-2018'); ?></b>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to