]> granicus.if.org Git - php/commitdiff
rearrange news
authorStanislav Malyshev <stas@php.net>
Fri, 8 Jun 2012 20:27:24 +0000 (13:27 -0700)
committerStanislav Malyshev <stas@php.net>
Fri, 8 Jun 2012 20:27:24 +0000 (13:27 -0700)
NEWS

diff --git a/NEWS b/NEWS
index ee7dc764985c99c7b89f866b9ba07d4e90c953a1..17d1c580f7e4316b3d457222d2d9069569507e1c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,12 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2012, PHP 5.4.5
-- Zend Engine:
-  . Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that
-    includes a semi-colon). (Pierrick)
 
 - Core:
   . Fixed bug #61998 (Using traits with method aliases appears to result in
     crash during execution). (Dmitry)
+  . Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that
+    includes a semi-colon). (Pierrick)
   . Fixed potential overflow in _php_stream_scandir. (Jason Powell,
     Stas)