From: Anatol Belski Date: Tue, 23 Jun 2015 20:25:36 +0000 (+0200) Subject: prepare NEWS for next X-Git-Tag: php-7.0.0beta1~12^2~49^2~16^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d2bd2db971d4a3d9447418ec47dc79b1a782c95;p=php prepare NEWS for next --- 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: