From: Christoph M. Becker Date: Tue, 23 Jun 2015 15:34:33 +0000 (+0200) Subject: Moved NEWS entry for bug #69864 to proper category X-Git-Tag: php-7.0.0alpha2~2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95b6575a5931ac3bd5f9c9d3aadc55d752505178;p=php Moved NEWS entry for bug #69864 to proper category --- diff --git a/NEWS b/NEWS index 8c522520eb..9d4ae8614d 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,6 @@ 25 Jun 2015, PHP 7.0.0 Alpha 2 - Core: - . Fixed bug #69864 (Segfault in preg_replace_callback) (cmb, ab) . Fixed bug #69872 (uninitialised value in strtr with array). (Laruence) . Fixed bug #69868 (Invalid read of size 1 in zend_compile_short_circuiting). (Laruence) @@ -50,6 +49,9 @@ . Removed opcache.load_comments configuration directive. Now doc comments loading costs nothing and always enabled. (Dmitry) . Fixed bug #69838 (Wrong size calculation for function table). (Anatol) + +- PCRE: + . Fixed bug #69864 (Segfault in preg_replace_callback) (cmb, ab) - PDO_pgsql: . Fixed bug #69752 (PDOStatement::execute() leaks memory with DML