]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@php.net>
Mon, 13 Jul 2015 08:24:54 +0000 (16:24 +0800)
committerXinchen Hui <laruence@php.net>
Mon, 13 Jul 2015 08:24:54 +0000 (16:24 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 12943e0d205310173b160787ffc5ce3dab851150..e93bdf14f73c2d907444457b5d1f1cc198e6a5a4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@
 23 Jul 2015, PHP 7.0.0 Beta 2
 
 - Core:
+  . Fixed bug #70057 (Build failure on 32-bit Mac OS X 10.6.8:
+    recursive inlining). (Laruence)
   . Fixed bug #70012 (Exception lost with nested finally block). (Laruence)
   . Fixed bug #69996 (Changing the property of a cloned object affects the
     original). (Dmitry, Laruence)
@@ -14,6 +16,9 @@
   . Fixed bug #66339 (PHP segfaults in imagexbm). (cmb)
   . Fixed bug #70047 (gd_info() doesn't report WebP support). (cmb)
 
+- Opcache:
+  . Fixed bug #70058 (Build fails when building for i386). (Laruence)
+
 - Soap:
   . Fixed bug #70032 (make_http_soap_request calls
     zend_hash_get_current_key_ex(,,,NULL). (Laruence)