summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-10-24 14:42:11 +0200
committerAnatol Belski <ab@php.net>2017-10-24 14:42:11 +0200
commit8d8d4353d063c049901912be7d18535dc84a361b (patch)
treea96872fa14d024805658c89411c93cb570ad60d6
parentf3679f190970e8f87b8be786e90591674654e372 (diff)
downloadphp-git-PHP-7.0.25.tar.gz
[ci skip] update NEWSphp-7.0.25PHP-7.0.25
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6de87df0ac..e4d8af8b23 100644
--- a/NEWS
+++ b/NEWS
@@ -17,13 +17,22 @@ PHP NEWS
. Fixed bug #75311 (error: 'zend_hash_key' has no member named 'arKey' in
apache2handler). (mcarbonneaux)
+- Date:
+ . Fixed bug #75055 (Out-Of-Bounds Read in timelib_meridian()). (Derick)
+
- Intl:
. Fixed bug #75318 (The parameter of UConverter::getAliases() is not
optional). (cmb)
+- mcrypt:
+ . Fixed bug #72535 (arcfour encryption stream filter crashes php). (Leigh)
+
- OCI8:
. Fixed incorrect reference counting. (Dmitry, Tianfang Yang)
+- PCRE:
+ . Fixed bug #75207 (applied upstream patch for CVE-2016-1283). (Anatol)
+
- litespeed:
. Fixed bug #75248 (Binary directory doesn't get created when building
only litespeed SAPI). (petk)