]> granicus.if.org Git - php/commitdiff
Fix order
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 18 Mar 2019 19:07:38 +0000 (20:07 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 18 Mar 2019 19:07:38 +0000 (20:07 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 95e14257f3a471a2dc5d2b1cb836b7ce9af05704..4213ad38736d93c872c31a607810d5aba9eb2c1d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ PHP                                                                        NEWS
   . Fixed bug #76956 (Wrong value for 'syslog.filter' documented in php.ini).
     (cmb)
 
+- Apache2Handler:
+  . Fixed bug #77648 (BOM in sapi/apache2handler/php_functions.c). (cmb)
+
 - Bcmath:
   . Fixed bug #77742 (bcpow() implementation related to gcc compiler
     optimization). (Nikita)
@@ -20,9 +23,6 @@ PHP                                                                        NEWS
   . Fixed bug #77722 (Incorrect IP set to $_SERVER['REMOTE_ADDR'] on the
     localhost). (Nikita)
 
-- Apache2Handler:
-  . Fixed bug #77648 (BOM in sapi/apache2handler/php_functions.c). (cmb)
-
 - COM:
   . Fixed bug #77578 (Crash when php unload). (cmb)