From: Anatol Belski Date: Wed, 25 May 2016 09:30:00 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.0.8RC1~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f3f46cc60a841c3415da844b57d5f86319e2489;p=php update NEWS --- diff --git a/NEWS b/NEWS index 295f4a2449..d177abe230 100644 --- a/NEWS +++ b/NEWS @@ -54,6 +54,12 @@ PHP NEWS - DBA: . Fixed bug #72157 (use-after-free caused by dba_open). (Shm, Laruence) +- GD: + . Fixed bug #72227 (imagescale out-of-bounds read). (Stas) + +- Intl: + . Fixed #72241 (get_icu_value_internal out-of-bounds read). (Stas) + - JSON: . Fixed bug #72069 (Behavior \JsonSerializable different from json_encode). (Laruence)