summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-06-23 17:27:21 +0200
committerChristoph M. Becker <cmb@php.net>2015-06-23 17:27:21 +0200
commiteef6b10b7cea10f8e0e4037b6287c4abd7aa1033 (patch)
treeb4b2e38869974978a1129ca7cb73ca2e4dd463b6
parent75b2ce28aaa71e63f0185fc64f8c4d73a862ac73 (diff)
downloadphp-git-eef6b10b7cea10f8e0e4037b6287c4abd7aa1033.tar.gz
Moved NEWS entry for bug #69864 to proper category
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 068a36b483..da06e7fcfd 100644
--- 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