From: Anatol Belski Date: Mon, 25 Jul 2016 10:50:21 +0000 (+0200) Subject: update NEWS X-Git-Tag: php-7.1.0beta2~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d5050225db58fdb3673feb15679c31882199808;p=php update NEWS --- diff --git a/NEWS b/NEWS index 52eac03dbc..a6707d1aed 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,8 @@ PHP NEWS - Intl: . Fixed bug #72639 (Segfault when instantiating class that extends IntlCalendar and adds a property). (Laruence) + . Fixed bug #72658 (Locale::lookup() / locale_lookup() hangs if no match + found). (Anatol) - Reflection: . Fixed bug #72661 (ReflectionType::__toString crashes with iterable).