Commit:    9bc21488de9af25a06625f0c7e15236a418ffcb3
Author:    Lior Kaplan <[email protected]>         Wed, 9 Sep 2015 13:37:56 
+0300
Parents:   3c2dff1dc77ab44d5d129855f9912d0fa96e4238
Branches:  master

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

Log:
Reorder September 2015 releases

Changed paths:
  M  ChangeLog-5.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index 801d11e..66b5c47 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -8,14 +8,27 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 
 <h1>PHP 5 ChangeLog</h1>
 
-<section class="version" id="5.5.29"><!-- {{{ 5.5.29 -->
-<h3>Version 5.5.29</h3>
+<section class="version" id="5.6.13"><!-- {{{ 5.6.13 -->
+<h3>Version 5.6.13</h3>
 <?php release_date('03-Sep-2015'); ?>
 <ul><li>Core:
 <ul>
+  <li><?php bugfix(69900); ?> (Too long timeout on pipes).</li>
+  <li><?php bugfix(69487); ?> (SAPI may truncate POST data).</li>
+  <li><?php bugfix(70198); ?> (Checking liveness does not work as 
expected).</li>
   <li><?php bugfix(70172); ?> (Use After Free Vulnerability in 
unserialize()).</li>
   <li><?php bugfix(70219); ?> (Use after free vulnerability in session 
deserializer).</li>
 </ul></li>
+<li>CLI server:
+<ul>
+  <li><?php bugfix(66606); ?> (Sets HTTP_CONTENT_TYPE but not 
CONTENT_TYPE).</li>
+  <li><?php bugfix(70264); ?> (CLI server directory traversal).</li>
+</ul></li>
+<li>Date:
+<ul>
+  <li><?php bugfix(70266); ?> (DateInterval::__construct.interval_spec is not 
supposed to be optional).</li>
+  <li><?php bugfix(70277); ?> (new DateTimeZone($foo) is ignoring text after 
null byte).</li>
+</ul></li>
 <li>EXIF:
 <ul>
   <li><?php bugfix(70385); ?> (Buffer over-read in exif_read_data with TIFF 
IFD tag byte value of 32 bytes).</li>
@@ -24,8 +37,17 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <ul>
   <li><?php bugfix(70312); ?> (HAVAL gives wrong hashes in specific 
cases).</li>
 </ul></li>
+<li>MCrypt:
+<ul>
+  <li><?php bugfix(69833); ?> (mcrypt fd caching not working).</li>
+</ul></li>
+<li>Opcache:
+<ul>
+  <li><?php bugfix(70237); ?> (Empty while and do-while segmentation fault 
with opcode on CLI enabled).</li>
+</ul></li>
 <li>PCRE:
 <ul>
+  <li><?php bugfix(70232); ?> (Incorrect bump-along behavior with \K and empty 
string match).</li>
   <li><?php bugfix(70345); ?> (Multiple vulnerabilities related to PCRE 
functions).</li>
 </ul></li>
 <li>SOAP:
@@ -34,9 +56,16 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>SPL:
 <ul>
+  <li><?php bugfix(70290); ?> (Null pointer deref (segfault) in spl_autoload 
via ob_start).</li>
+  <li><?php bugfix(70303); ?> (Incorrect constructor reflection for 
ArrayObject).</li>
   <li><?php bugfix(70365); ?> (Use-after-free vulnerability in unserialize() 
with SplObjectStorage).</li>
   <li><?php bugfix(70366); ?> (Use-after-free vulnerability in unserialize() 
with SplDoublyLinkedList).</li>
 </ul></li>
+<li>Standard:
+<ul>
+  <li><?php bugfix(70052); ?> (getimagesize() fails for very large and very 
small WBMP).</li>
+  <li><?php bugfix(70157); ?> (parse_ini_string() segmentation fault with 
INI_SCANNER_TYPED).</li>
+</ul></li>
 <li>XSLT:
 <ul>
   <li><?php bugfix(69782); ?> (NULL pointer dereference).</li>
@@ -48,27 +77,14 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul>
 <!-- }}} --></section>
 
-<section class="version" id="5.6.13"><!-- {{{ 5.6.13 -->
-<h3>Version 5.6.13</h3>
+<section class="version" id="5.5.29"><!-- {{{ 5.5.29 -->
+<h3>Version 5.5.29</h3>
 <?php release_date('03-Sep-2015'); ?>
 <ul><li>Core:
 <ul>
-  <li><?php bugfix(69900); ?> (Too long timeout on pipes).</li>
-  <li><?php bugfix(69487); ?> (SAPI may truncate POST data).</li>
-  <li><?php bugfix(70198); ?> (Checking liveness does not work as 
expected).</li>
   <li><?php bugfix(70172); ?> (Use After Free Vulnerability in 
unserialize()).</li>
   <li><?php bugfix(70219); ?> (Use after free vulnerability in session 
deserializer).</li>
 </ul></li>
-<li>CLI server:
-<ul>
-  <li><?php bugfix(66606); ?> (Sets HTTP_CONTENT_TYPE but not 
CONTENT_TYPE).</li>
-  <li><?php bugfix(70264); ?> (CLI server directory traversal).</li>
-</ul></li>
-<li>Date:
-<ul>
-  <li><?php bugfix(70266); ?> (DateInterval::__construct.interval_spec is not 
supposed to be optional).</li>
-  <li><?php bugfix(70277); ?> (new DateTimeZone($foo) is ignoring text after 
null byte).</li>
-</ul></li>
 <li>EXIF:
 <ul>
   <li><?php bugfix(70385); ?> (Buffer over-read in exif_read_data with TIFF 
IFD tag byte value of 32 bytes).</li>
@@ -77,17 +93,8 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <ul>
   <li><?php bugfix(70312); ?> (HAVAL gives wrong hashes in specific 
cases).</li>
 </ul></li>
-<li>MCrypt:
-<ul>
-  <li><?php bugfix(69833); ?> (mcrypt fd caching not working).</li>
-</ul></li>
-<li>Opcache:
-<ul>
-  <li><?php bugfix(70237); ?> (Empty while and do-while segmentation fault 
with opcode on CLI enabled).</li>
-</ul></li>
 <li>PCRE:
 <ul>
-  <li><?php bugfix(70232); ?> (Incorrect bump-along behavior with \K and empty 
string match).</li>
   <li><?php bugfix(70345); ?> (Multiple vulnerabilities related to PCRE 
functions).</li>
 </ul></li>
 <li>SOAP:
@@ -96,16 +103,9 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 </ul></li>
 <li>SPL:
 <ul>
-  <li><?php bugfix(70290); ?> (Null pointer deref (segfault) in spl_autoload 
via ob_start).</li>
-  <li><?php bugfix(70303); ?> (Incorrect constructor reflection for 
ArrayObject).</li>
   <li><?php bugfix(70365); ?> (Use-after-free vulnerability in unserialize() 
with SplObjectStorage).</li>
   <li><?php bugfix(70366); ?> (Use-after-free vulnerability in unserialize() 
with SplDoublyLinkedList).</li>
 </ul></li>
-<li>Standard:
-<ul>
-  <li><?php bugfix(70052); ?> (getimagesize() fails for very large and very 
small WBMP).</li>
-  <li><?php bugfix(70157); ?> (parse_ini_string() segmentation fault with 
INI_SCANNER_TYPED).</li>
-</ul></li>
 <li>XSLT:
 <ul>
   <li><?php bugfix(69782); ?> (NULL pointer dereference).</li>


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

Reply via email to