summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-06-23 16:43:12 +0200
committerChristoph M. Becker <cmb@php.net>2015-06-23 16:43:12 +0200
commit7953ff4ea3447614adfd5aeff852938af72bbb36 (patch)
treea51b4ab8ed6cc4d9abd48eeca02ccf5ae5cf44f9
parentbc47f10a97063a53cca9a4901399546f5115933d (diff)
downloadphp-git-7953ff4ea3447614adfd5aeff852938af72bbb36.tar.gz
updated NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 45428e3483..d09036bc38 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ 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).