]> granicus.if.org Git - php/commitdiff
reorder entries, Core is always the first block
authorFerenc Kovacs <tyrael@php.net>
Wed, 15 Apr 2015 16:53:22 +0000 (18:53 +0200)
committerFerenc Kovacs <tyrael@php.net>
Wed, 15 Apr 2015 16:53:22 +0000 (18:53 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 1324890bd85c7ccdbd76a80adc87edbba45ff2b2..068ab5578e82d60cbe06845da30ae182b7c44d83 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,10 +25,6 @@ PHP                                                                        NEWS
 
 16 Apr 2015, PHP 5.6.8
 
-- Apache2handler:
-  . Fixed bug #69218 (potential remote code execution with apache 2.4
-    apache2handler). (Gerrit Venema)
-
 - Core:
   . Fixed bug #66609 (php crashes with __get() and ++ operator in some cases).
     (Dmitry, Laruence)
@@ -50,6 +46,10 @@ PHP                                                                        NEWS
   . Fixed bug #69353 (Missing null byte checks for paths in various PHP
     extensions). (Stas)
 
+- Apache2handler:
+  . Fixed bug #69218 (potential remote code execution with apache 2.4
+    apache2handler). (Gerrit Venema)
+
 - cURL:
   . Implemented FR#69278 (HTTP2 support). (Masaki Kagaya)
   . Fixed bug #68739 (Missing break / control flow). (Laruence)