summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-01-02 07:41:29 +0100
committerAnatol Belski <ab@php.net>2018-01-02 07:41:29 +0100
commit04547511d9776bb78a9d370f37dc47c085b60b85 (patch)
tree7aee3bdcd199622f4deeb028c01a621640cdce3e
parent40d4118efe85b967b5ca2606f9d3009e013faf36 (diff)
downloadphp-git-04547511d9776bb78a9d370f37dc47c085b60b85.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 41b73a045c..6fa16ff8a8 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ PHP NEWS
. Fixed bug #64938 (libxml_disable_entity_loader setting is shared between
requests). (Remi)
+- GD:
+ . Fixed bug #75571 (Potential infinite loop in gdImageCreateFromGifCtx). (cmb)
+
- Opcache:
. Fixed bug #75579 (Interned strings buffer overflow may cause crash).
(Dmitry)
@@ -23,6 +26,9 @@ PHP NEWS
. Fixed bug #74183 (preg_last_error not returning error code after error).
(Andrew Nester)
+- Phar:
+ . Fixed bug #74782 (Reflected XSS in .phar 404 page). (Stas)
+
- Standard:
. Fixed bug #75535 (Inappropriately parsing HTTP response leads to PHP
segment fault). (Nikita)