summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-06-23 13:02:08 +0200
committerChristoph M. Becker <cmb@php.net>2015-06-23 13:02:08 +0200
commit75b2ce28aaa71e63f0185fc64f8c4d73a862ac73 (patch)
tree9bfa932f91b1cdd0cad539afdacf4a80c1cc3ecd
parenta39beaa2514514892d34bc2e9fd89f7333a6ed1f (diff)
downloadphp-git-75b2ce28aaa71e63f0185fc64f8c4d73a862ac73.tar.gz
updated NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 822ff10303..068a36b483 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@
?? ??? 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).