summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2017-05-16 13:23:12 +0800
committerXinchen Hui <laruence@gmail.com>2017-05-16 13:23:12 +0800
commit7f051ac5830b9e2aeabfa1cc83dd5bcf632ee67a (patch)
tree7119134546d01aca7e663ba3dc2c5f4fbf09e1c2
parente04b91e6e24ad9646e9fe4c4503b18bb4435fe3a (diff)
downloadphp-git-7f051ac5830b9e2aeabfa1cc83dd5bcf632ee67a.tar.gz
Update NEWs
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c60c5ebfde..fcc0f40baf 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@ PHP NEWS
. Fixed bug #74547 (mysqli::change_user() doesn't accept null as $database
argument w/strict_types). (Anatol)
+- Opcache:
+ . Fixed bug #74596 (SIGSEGV with opcache.revalidate_path enabled). (Laruence)
+
- phar:
. Fixed bug #51918 (Phar::webPhar() does not handle requests sent through PUT
and DELETE method). (Christian Weiske)