From: Ferenc Kovacs Date: Thu, 26 May 2016 01:05:06 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.0.8RC1~37^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e5958e37d9e04271216aa945168ee5bbf87a3f6;p=php update NEWS --- diff --git a/NEWS b/NEWS index 4be12a5547..ede10a8827 100644 --- a/NEWS +++ b/NEWS @@ -7,9 +7,16 @@ PHP NEWS - Core: . Fixed bug #72172 (zend_hex_strtod should not use strlen). (bwitz at hotmail dot com ) + . Fixed bug #72114 (Integer underflow / arbitrary null write in + fread/gzread). (Stas) + . Fixed bug #72135 (Integer Overflow in php_html_entities). (Stas) + +- GD: + . Fixed bug #72227 (imagescale out-of-bounds read). (Stas) - Intl . Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol) + . Fixed bug #72241 (get_icu_value_internal out-of-bounds read). (Stas) - Postgres: . Fixed bug #72151 (mysqli_fetch_object changed behaviour). (Anatol)