summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-01-02 07:49:09 +0100
committerAnatol Belski <ab@php.net>2018-01-02 07:49:09 +0100
commit5d8e298ebf9b18787e3dcc4e4d6d0059f4e7480e (patch)
tree0693be6274a567e26cfacd2f67532b2824a6031f
parent459ab2eef49a754ef7553266ad34991317df3c91 (diff)
downloadphp-git-5d8e298ebf9b18787e3dcc4e4d6d0059f4e7480e.tar.gz
[ci skip] update NEWS
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 425af6e6c0..7b5d39c1a1 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,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)
@@ -25,6 +28,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)