summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-06-23 16:52:14 +0200
committerChristoph M. Becker <cmb@php.net>2015-06-23 16:52:14 +0200
commit6f0afee3010e05d3185168f4dfa7e3a0b10c70b2 (patch)
tree133b57e9a28524f91b71cf610f5452052d38fe65
parentec8731c46b40769ceac5242c04197e31477bf3d1 (diff)
downloadphp-git-6f0afee3010e05d3185168f4dfa7e3a0b10c70b2.tar.gz
updated NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7e60435848..8c522520eb 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@
25 Jun 2015, PHP 7.0.0 Alpha 2
- Core:
+ . Fixed bug #69864 (Segfault in preg_replace_callback) (cmb, ab)
. Fixed bug #69872 (uninitialised value in strtr with array). (Laruence)
. Fixed bug #69868 (Invalid read of size 1 in zend_compile_short_circuiting).
(Laruence)