From 3b170531c4ba0f74265cb4e300e62d26ea0642ed Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Mon, 13 Jul 2015 16:24:54 +0800 Subject: [PATCH] Update NEWS --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 12943e0d20..e93bdf14f7 100644 --- 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) -- 2.40.0