Commit:    a0307e3817e4cdde5332d71361cea9441c97af6f
Author:    kovacs.ferenc <[email protected]>         Thu, 28 Aug 2014 
10:32:52 +0200
Parents:   2f4981c7a2ce7290e7cf08ba8ba396acf4e988db
Branches:  PHP-5.6.0

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

Log:
move the Core changes to the top

Changed paths:
  M  ChangeLog-5.php


Diff:
diff --git a/ChangeLog-5.php b/ChangeLog-5.php
index ce5dbe8..cb9e24b 100644
--- a/ChangeLog-5.php
+++ b/ChangeLog-5.php
@@ -11,26 +11,7 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
 <section class="version" id="5.6.0"><!-- {{{ 5.6.0 -->
 <h3>Version 5.6.0</h3>
 <b>28-Aug-2014</b>
-<ul><li>Apache2 Handler SAPI:
-<ul>
-  <li>Fixed Apache log issue caused by APR's lack of support for %zu (APR 
issue https://issues.apache.org/bugzilla/show_bug.cgi?id=56120).</li>
-</ul></li>
-<li>CLI server:
-<ul>
-  <li>Added some MIME types to the CLI web server.</li>
-  <li><?php bugfix(67079); ?> (Missing MIME types for XML/XSL files).</li>
-  <li><?php bugfix(66830); ?> (Empty header causes PHP built-in web server to 
hang).</li>
-  <li><?php bugfix(67594); ?> (Unable to access to apache_request_headers() 
elements).</li>
-  <li>Implemented FR <?php bugl(67429); ?> (CLI server is missing some new 
HTTP response codes).</li>
-  <li>Fixed Bug #67406 (built-in web-server segfaults on startup).</li>
-</ul></li>
-<li>COM:
-<ul>
-  <li><?php bugfix(41577); ?> (DOTNET is successful once per server run) 
(Aidas Kasparas)</li>
-  <li>Fixed missing type checks in com_event_sink (Yussuf Khalil, Stas).</li>
-  <li><?php bugfix(66431); ?> (Special Character via COM Interface 
(CP_UTF8)).</li>
-</ul></li>
-<li>Core:
+<ul><li>Core:
 <ul>
   <li><?php bugfix(67693); ?> (incorrect push to the empty array).</li>
   <li>Removed inconsistency regarding behaviour of array in constants at 
run-time.</li>
@@ -90,6 +71,25 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", 
"css" => array("change
   <li><?php bugfix(67072); ?> (Echoing unserialized "SplFileObject" 
crash).</li>
   <li><?php bugfix(67033); ?> (Remove reference to Windows 95).</li>
 </ul></li>
+<li>Apache2 Handler SAPI:
+<ul>
+  <li>Fixed Apache log issue caused by APR's lack of support for %zu (APR 
issue https://issues.apache.org/bugzilla/show_bug.cgi?id=56120).</li>
+</ul></li>
+<li>CLI server:
+<ul>
+  <li>Added some MIME types to the CLI web server.</li>
+  <li><?php bugfix(67079); ?> (Missing MIME types for XML/XSL files).</li>
+  <li><?php bugfix(66830); ?> (Empty header causes PHP built-in web server to 
hang).</li>
+  <li><?php bugfix(67594); ?> (Unable to access to apache_request_headers() 
elements).</li>
+  <li>Implemented FR <?php bugl(67429); ?> (CLI server is missing some new 
HTTP response codes).</li>
+  <li>Fixed Bug #67406 (built-in web-server segfaults on startup).</li>
+</ul></li>
+<li>COM:
+<ul>
+  <li><?php bugfix(41577); ?> (DOTNET is successful once per server run) 
(Aidas Kasparas)</li>
+  <li>Fixed missing type checks in com_event_sink (Yussuf Khalil, Stas).</li>
+  <li><?php bugfix(66431); ?> (Special Character via COM Interface 
(CP_UTF8)).</li>
+</ul></li>
 <li>Curl:
 <ul>
   <li>Implemented FR <?php bugl(65646); ?> (re-enable CURLOPT_FOLLOWLOCATION 
with open_basedir or safe_mode).</li>


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

Reply via email to