summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-02-15 10:37:37 +0800
committerXinchen Hui <laruence@gmail.com>2016-02-15 10:37:37 +0800
commit0e363e90a4cc3dd5983d0aaaf7f3d1c6b37a0cee (patch)
treef3f039be80f0539cdb340650b7f82da5893330c0
parent8974e4c7814eb0ca6e6f00fcd8d9df9d62283d59 (diff)
downloadphp-git-0e363e90a4cc3dd5983d0aaaf7f3d1c6b37a0cee.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 93e828fd71..f7a0264442 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,10 @@ PHP NEWS
. Bug #71559 (Built-in HTTP server, we can download file in web by bug).
(Johannes, Anatol)
+- Opcache:
+ . Fixed bug #71584 (Possible use-after-free of ZCG(cwd) in Zend Opcache).
+ (Yussuf Khalil)
+
- PCRE:
. Fixed bug #71537 (PCRE segfault from Opcache). (Laruence)