]> granicus.if.org Git - php/commitdiff
re-arrange NEWS
authorFerenc Kovacs <tyrael@php.net>
Thu, 21 Jan 2016 01:24:51 +0000 (02:24 +0100)
committerFerenc Kovacs <tyrael@php.net>
Thu, 21 Jan 2016 01:24:51 +0000 (02:24 +0100)
NEWS

diff --git a/NEWS b/NEWS
index cadf620cf5f3dba89a5a1b65528ef917353f7269..d3c3af458ac289a20ac77398b3d93c12038bb173 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,9 +4,6 @@ PHP                                                                        NEWS
 
 04 Feb 2016, PHP 5.6.18
 
-- Apache2handler:
-  . Fix >2G Content-Length headers in apache2handler. (Adam Harvey)
-
 - Core:
   . Fixed bug #71201 (round() segfault on 64-bit builds). (Anatol)
   . Fixed bug #71089 (No check to duplicate zend_extension). (Remi)
@@ -14,6 +11,9 @@ PHP                                                                        NEWS
   . Fixed bug #71273 (A wrong ext directory setup in php.ini leads to crash).
     (Anatol);
 
+- Apache2handler:
+  . Fix >2G Content-Length headers in apache2handler. (Adam Harvey)
+
 - FTP:
   . Implemented FR #55651 (Option to ignore the returned FTP PASV address).
     (abrender at elitehosts dot com)