1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 04:51:03 +02:00

[ci skip] update NEWS

This commit is contained in:
Anatol Belski
2018-01-02 07:49:09 +01:00
parent 459ab2eef4
commit 5d8e298ebf

6
NEWS
View File

@@ -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)