From: Xinchen Hui Date: Wed, 26 Jul 2017 04:07:20 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-7.2.0beta2~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53e59e4b34d30198742b338aa9a03e269c8cde3c;p=php Update NEWS --- diff --git a/NEWS b/NEWS index d47196a333..b2a181a785 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,9 @@ PHP NEWS . Fixed bug #74968 (PHP crashes when calling mysqli_result::fetch_object with an abstract class). (Anatol) +- Opcache: + . Fixed bug #74980 (Narrowing occurred during type inference). (Laruence) + - OpenSSL: . Fixed bug #74903 (openssl_pkcs7_encrypt() uses different EOL than before). (Anatol)