summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2017-05-30 15:45:09 +0200
committerRemi Collet <remi@php.net>2017-05-30 15:45:09 +0200
commit46bb35a853e5dbb9cc7f9ca87ad5c3ca5d728750 (patch)
tree82f1e52522d2dc3b3e650704fe63f2dafe5e1620
parent1c845d295037702d63097e2216b3c5db53f79273 (diff)
downloadphp-git-46bb35a853e5dbb9cc7f9ca87ad5c3ca5d728750.tar.gz
NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1c89d28d23..2a1feab26d 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ PHP NEWS
properties). (Laruence)
. Fixed misparsing of abstract unix domain socket names. (Sara)
+- Mbstring:
+ . Add oniguruma upstream fix (CVE-2017-9224, CVE-2017-9226, CVE-2017-9227,
+ CVE-2017-9228, CVE-2017-9229) (Remi, Mamoru TASAKA)
+
- Opcache:
. Fixed bug #74663 (Segfault with opcache.memory_protect and
validate_timestamp). (Laruence)