]> granicus.if.org Git - php/commitdiff
Moved NEWS entry for bug #69864 to proper category
authorChristoph M. Becker <cmb@php.net>
Tue, 23 Jun 2015 15:34:33 +0000 (17:34 +0200)
committerChristoph M. Becker <cmb@php.net>
Tue, 23 Jun 2015 15:34:33 +0000 (17:34 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 8c522520eb4c2c47f61ed1637f270bfc462de108..9d4ae8614db023223386377545bd3e8a2461f121 100644 (file)
--- 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