From: Xinchen Hui Date: Mon, 13 Jul 2015 08:24:54 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-7.1.1RC1~35^2~12^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b170531c4ba0f74265cb4e300e62d26ea0642ed;p=php Update NEWS --- 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)