summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-06-23 17:30:31 +0200
committerChristoph M. Becker <cmb@php.net>2015-06-23 17:30:31 +0200
commit868b9328a03caa1092a4b7902719e1623a3658fa (patch)
tree5b9511faa712a08b29f3a3bebe8dfe937c6e4c31
parentb883fe1547401f97ca7e99af528819e6ff0a5b05 (diff)
downloadphp-git-868b9328a03caa1092a4b7902719e1623a3658fa.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 d09036bc38..179e9ba818 100644
--- 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