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

diff --git a/NEWS b/NEWS
index 068a36b4831cb16d4ba9cd547f08be3d4b93b740..da06e7fcfde48c58b9788a65a20412f5e8b667c0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,6 @@
 ?? ??? 2015, PHP 5.5.27
 
 - 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).
@@ -21,6 +20,9 @@
 
 - GD:
   . Fixed bug #61221 (imagegammacorrect function loses alpha channel). (cmb)
+  
+- PCRE:
+  . Fixed bug #69864 (Segfault in preg_replace_callback) (cmb, ab)
 
 - PDO_pgsql:
   . Fixed bug #69752 (PDOStatement::execute() leaks memory with DML