From: Anatol Belski Date: Tue, 4 Jul 2017 09:31:35 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.2.0beta1~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cae6767f8d79501911238e9385ec62ea6614dcd7;p=php update NEWS --- diff --git a/NEWS b/NEWS index f30825c982..a888637cfc 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,8 @@ PHP NEWS (Anatol) . Fixed bug #74836 (isset on zero-prefixed numeric indexes in array broken). (Dmitry) + . Fixed bug #74101, bug #74614 (Unserialize Heap Use-After-Free (READ: 1) in + zval_get_type). (Nikita) - CLI: . Fixed bug #74849 (Process is started as interactive shell in PhpStorm).