From 95b6575a5931ac3bd5f9c9d3aadc55d752505178 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 23 Jun 2015 17:34:33 +0200 Subject: [PATCH] Moved NEWS entry for bug #69864 to proper category --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.40.0