]> 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:30:31 +0000 (17:30 +0200)
committerChristoph M. Becker <cmb@php.net>
Tue, 23 Jun 2015 15:30:31 +0000 (17:30 +0200)
NEWS

diff --git a/NEWS b/NEWS
index d09036bc3893bcb1bace206cf7270d107078186e..179e9ba81864653d0b7303ad5fd830af19a4f341 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,6 @@ PHP                                                                        NEWS
 ?? Jul 2015, PHP 5.6.11
 
 - Core:
-  . Fixed bug #69864 (Segfault in preg_replace_callback) (cmb, ab)
   . Fixed bug #69703 (Use __builtin_clzl on PowerPC).
     (dja at axtens dot net, Kalle)
   . Fixed bug #69732 (can induce segmentation fault with basic php code).
@@ -27,6 +26,9 @@ PHP                                                                        NEWS
 - GMP:
   . Fixed bug #69803 (gmp_random_range() modifies second parameter if GMP
     number). (Nikita)
+    
+- PCRE:
+  . Fixed bug #69864 (Segfault in preg_replace_callback) (cmb, ab)
 
 - PDO_pgsql:
   . Fixed bug #69752 (PDOStatement::execute() leaks memory with DML