summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-10-24 14:22:25 +0200
committerAnatol Belski <ab@php.net>2017-10-24 14:22:25 +0200
commitab8c0f194affbb712601027e52c2670bc577dd42 (patch)
tree88dd6dfc17a9b7ab4443f12b4b9504e7f366c1c2
parent176c9b61a4863382cded4673711f5865ecae0d20 (diff)
downloadphp-git-ab8c0f194affbb712601027e52c2670bc577dd42.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1efcd78e96..1df33bf00e 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@ PHP NEWS
. Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown
function). (Laruence)
+- Date:
+ . Fixed bug #75055 (Out-Of-Bounds Read in timelib_meridian()). (Derick)
+
- Enchant:
. Fixed bug #53070 (enchant_broker_get_path crashes if no path is set). (jelle
van der Waa, cmb)
@@ -45,6 +48,9 @@ PHP NEWS
- Openssl:
. Fixed bug #75363 (openssl_x509_parse leaks memory). (Bob)
+- PCRE:
+ . Fixed bug #75207 (applied upstream patch for CVE-2016-1283). (Anatol)
+
- PGSQL:
. Fixed bug #75419 (Default link incorrectly cleared/linked by pg_close()). (Sara)