summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-04-02 00:01:57 +0800
committerXinchen Hui <laruence@php.net>2015-04-02 00:01:57 +0800
commit9433b33ac142502bd7e8a1210d6a0770c5317800 (patch)
treebf7f784ba74797ac348af3fbd996619147ff0a86
parent2533fde19965221e90ea143c7fdcc8767eb380d5 (diff)
downloadphp-git-9433b33ac142502bd7e8a1210d6a0770c5317800.tar.gz
Update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2646192f5b..f1608109be 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,7 @@ PHP NEWS
- OPCache:
. Fixed bug #69297 (function_exists strange behavior with OPCache on
disabled function). (Laruence)
+ . Fixed bug #69281 (opcache_is_script_cached no longer works). (danack)
. Fixed bug #68677 (Use After Free). (CVE-2015-1351) (Laruence)
- OpenSSL