]> granicus.if.org Git - php/commitdiff
fix NEWS
authorAnatol Belski <ab@php.net>
Wed, 24 Jun 2015 08:21:54 +0000 (10:21 +0200)
committerAnatol Belski <ab@php.net>
Wed, 24 Jun 2015 08:21:54 +0000 (10:21 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 983684b36f623e8e85bd299559674cddfd9cb031..ac8e5c1c765103292033515ff05d4b05c880f605 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,17 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-25 Jun 2015, PHP 7.0.0 Alpha 2
+09 Jul 2015, PHP 7.0.0 Beta 1
 
 - Core:
   . Fixed bug #69768 (escapeshell*() doesn't cater to !). (cmb)
+
+- PCRE:
+  . Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the
+    string). (cmb)
+
+25 Jun 2015, PHP 7.0.0 Alpha 2
+
+- Core:
   . Fixed bug #69872 (uninitialised value in strtr with array). (Laruence)
   . Fixed bug #69868 (Invalid read of size 1 in zend_compile_short_circuiting).
     (Laruence)
@@ -52,8 +60,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: