From: Anatol Belski Date: Tue, 4 Jul 2017 09:30:30 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.1.8RC1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f78923d1fbc88838be1df3d7fb5054d88534d19;p=php update NEWS --- diff --git a/NEWS b/NEWS index be4b2fae7a..0f598d85d3 100644 --- a/NEWS +++ b/NEWS @@ -46,6 +46,8 @@ PHP NEWS . Fixed bug #74658 (Undefined constants in array properties result in broken properties). (Laruence) . Fixed misparsing of abstract unix domain socket names. (Sara) + . Fixed bug #74101, bug #74614 (Unserialize Heap Use-After-Free (READ: 1) in + zval_get_type). (Nikita) - Date: . Fixed bug #74639 (implement clone for DatePeriod and DateInterval).