summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-06-23 22:25:36 +0200
committerAnatol Belski <ab@php.net>2015-06-23 22:26:11 +0200
commit2d2bd2db971d4a3d9447418ec47dc79b1a782c95 (patch)
tree32b0d0e9d7c3448b62c265652c75a1c98864018f
parent41774bceff518c838dd982d6c1e8c95641b26b02 (diff)
downloadphp-git-2d2bd2db971d4a3d9447418ec47dc79b1a782c95.tar.gz
prepare NEWS for next
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f6d6eafebb..a18159874f 100644
--- 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: