summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2016-02-15 10:31:37 +0800
committerXinchen Hui <laruence@gmail.com>2016-02-15 10:31:37 +0800
commit2b850e1565d69ff9e0e855a86f1b8662b827c55e (patch)
tree3dd07911c6b1980a5328939b7b692a22002ffb69
parent5e152f54ae2d431d983476edd822eb522f39743f (diff)
downloadphp-git-2b850e1565d69ff9e0e855a86f1b8662b827c55e.tar.gz
Update NEWS: "Fixed bug #71584 (Possible use-after-free of ZCG(cwd) in Zend Opcache)"
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a7760dac09..07bdf235a4 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,10 @@ PHP NEWS
. Fixed bug #62172 (FPM not working with Apache httpd 2.4 balancer/fcgi
setup). (Matt Haught, Remi)
+- Opcache:
+ . Fixed bug #71584 (Possible use-after-free of ZCG(cwd) in Zend Opcache).
+ (Yussuf Khalil)
+
- PDO MySQL:
. Fixed bug #71569 (#70389 fix causes segmentation fault). (Nikita)