]> granicus.if.org Git - php/commitdiff
fix order
authorStanislav Malyshev <stas@php.net>
Mon, 9 Jun 2014 02:03:50 +0000 (19:03 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 9 Jun 2014 02:03:50 +0000 (19:03 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 65e2fadb87607a3a3b044ff23820fe8504d89b5c..f98155f321f4aa7df02a08c54c8a5e3411bd247f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,10 +4,10 @@ PHP                                                                        NEWS
 
 - Core:
   . Fixed BC break introduced by patch for bug #67072. (Anatol)
-  . Fixed bug #67390 (insecure temporary file use in the configure script).
-    (Remi) (CVE-2014-3981)
   . Fixed bug #66622 (Closures do not correctly capture the late bound class 
     (static::) in some cases). (Levi Morrison)
+  . Fixed bug #67390 (insecure temporary file use in the configure script).
+    (Remi) (CVE-2014-3981)
 
 - Date:
   . Fixed bug #67308 (Serialize of DateTime truncates fractions of second).