Moved NEWS entry for bug #69864 to proper category

This commit is contained in:
Christoph M. Becker 2015-06-23 17:30:31 +02:00
parent b883fe1547
commit 868b9328a0

4
NEWS
View File

@ -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