]> granicus.if.org Git - php/commitdiff
move the NEWS entry into the right section
authorAnatol Belski <ab@php.net>
Wed, 5 Feb 2014 09:51:08 +0000 (10:51 +0100)
committerAnatol Belski <ab@php.net>
Wed, 5 Feb 2014 09:51:08 +0000 (10:51 +0100)
NEWS

diff --git a/NEWS b/NEWS
index da7b17841f10876f6739f515510f6e7b28a3b803..625dd58855944372e5976cd2ba5853361e8fe07f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ PHP                                                                        NEWS
   . Implemented ldap_modify_batch (https://wiki.php.net/rfc/ldap_modify_batch).
   (Ondřej Hošek)
 
+- PCRE:
+  . Upgraded to PCRE 8.34. (Anatol)
+
 ?? ??? 2014, PHP 5.5.9
 
 - Core:
@@ -26,9 +29,6 @@ PHP                                                                        NEWS
   . Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style 
     ^M as lineend). (Laruence)
 
-- PCRE:
-  . Upgraded to PCRE 8.34. (Anatol)
-
 - PDO_pgsql:
   . Fixed bug #62479 (PDO-psql cannot connect if password contains
 spaces) (willfitch, iliaa)