]> granicus.if.org Git - php/commitdiff
[ci skip] update NEWS
authorAnatol Belski <ab@php.net>
Tue, 2 Jan 2018 06:49:09 +0000 (07:49 +0100)
committerAnatol Belski <ab@php.net>
Tue, 2 Jan 2018 06:49:09 +0000 (07:49 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 425af6e6c0e810d16566953039291bc4bc704712..7b5d39c1a1c45b101c2e4c77679f72696a87979c 100644 (file)
--- 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)