]> granicus.if.org Git - php/commitdiff
prepare NEWS for next
authorAnatol Belski <ab@php.net>
Tue, 23 Jun 2015 20:25:36 +0000 (22:25 +0200)
committerAnatol Belski <ab@php.net>
Tue, 23 Jun 2015 20:26:11 +0000 (22:26 +0200)
NEWS

diff --git a/NEWS b/NEWS
index f6d6eafebbb401b6d0576ed8e9bd08fa3ed89c4e..a18159874f1ccc7ec4156e4368c293490136469e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+09 Jul 2015, PHP 7.0.0 Beta 1
+
+- PCRE:
+  . Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the
+    string). (cmb)
+
 25 Jun 2015, PHP 7.0.0 Alpha 2
 
 - Core:
@@ -51,8 +57,6 @@
   . Fixed bug #69838 (Wrong size calculation for function table). (Anatol)
   
 - PCRE:
-  . Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the
-    string). (cmb)
   . Fixed bug #69864 (Segfault in preg_replace_callback) (cmb, ab)
 
 - PDO_pgsql: