summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2017-07-26 12:07:20 +0800
committerXinchen Hui <laruence@gmail.com>2017-07-26 12:07:20 +0800
commit53e59e4b34d30198742b338aa9a03e269c8cde3c (patch)
treec2f331d5f74da2ee72c35bb24e4d438b055f1dc2
parent0e61cddeb1b4dad35c70fe5efc63ccf8c2cbc67d (diff)
downloadphp-git-53e59e4b34d30198742b338aa9a03e269c8cde3c.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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)