summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2017-10-24 16:39:31 +0100
committerJoe Watkins <krakjoe@php.net>2017-10-24 16:39:31 +0100
commit9d35dd56e7d4f54c92744c0d51ae72f1d6c13403 (patch)
tree6c174c0154e8292d424e5d2b3de1e317994bc8ec
parent2eef522b1cf076073d87d20a50e8ea0726ffaec5 (diff)
downloadphp-git-9d35dd56e7d4f54c92744c0d51ae72f1d6c13403.tar.gz
news entries
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0077fd1f54..fb2c7418f7 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,9 @@ PHP NEWS
. Fixed bug #75290 (debug info of Closures of internal functions contain
garbage argument names). (Andrea)
+- Date:
+ . Fixed bug #75055 (Out-Of-Bounds Read in timelib_meridian()). (Derick)
+
- Apache2Handler:
. Fixed bug #75311 (error: 'zend_hash_key' has no member named 'arKey' in
apache2handler). (mcarbonneaux)
@@ -29,6 +32,9 @@ PHP NEWS
only litespeed SAPI). (petk)
. Fixed bug #75251 (Missing program prefix and suffix). (petk)
+- mcrypt:
+ . Fixed bug #72535 (arcfour encryption stream filter crashes php). (Leigh)
+
- MySQLi:
. Fixed bug #75018 (Data corruption when reading fields of bit type). (Anatol)
@@ -38,6 +44,9 @@ PHP NEWS
- Opcache
. Fixed bug #75255 (Request hangs and not finish). (Dmitry)
+- PCRE:
+ . Fixed bug #75207 (applied upstream patch for CVE-2016-1283). (Anatol)
+
- PDO_mysql:
. Fixed bug #75177 (Type 'bit' is fetched as unexpected string). (Anatol)