]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@php.net>
Thu, 18 Jun 2015 11:59:15 +0000 (19:59 +0800)
committerXinchen Hui <laruence@php.net>
Thu, 18 Jun 2015 11:59:15 +0000 (19:59 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 5ed2846b28123f2e3a933dd71ca65f651fada4f5..0292cc979633669e782fabedb59e872fca6e16a2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP                                                                        NEWS
 25 Jun 2015, PHP 7.0.0 Alpha 2
 
 - Core:
+  . Fixed bug #69868 (Invalid read of size 1 in zend_compile_short_circuiting).
+    (Laruence)
   . Fixed bug #69823 (PHP 7.0.0alpha1 segmentation fault when exactly 33
     extensions are loaded). (Laruence)
   . Fixed bug #69805 (null ptr deref and seg fault in zend_resolve_class_name).