]> granicus.if.org Git - php/commitdiff
update NEWS
authorAnatol Belski <ab@php.net>
Mon, 25 Jul 2016 10:50:21 +0000 (12:50 +0200)
committerAnatol Belski <ab@php.net>
Mon, 25 Jul 2016 10:50:21 +0000 (12:50 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 52eac03dbc81c379a42b3bcd8a3399091dd752e5..a6707d1aede1b0bba49146301a8aa59b880fc298 100644 (file)
--- 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).