]> granicus.if.org Git - php/commitdiff
report fix
authorStanislav Malyshev <stas@php.net>
Tue, 6 Sep 2011 05:04:37 +0000 (05:04 +0000)
committerStanislav Malyshev <stas@php.net>
Tue, 6 Sep 2011 05:04:37 +0000 (05:04 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a41c4b2d6473a7ca3cea5e7b358fbfbe00d3bd68..c39c5ea80c8a50b6344e059a6309fd56a9e454c2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,9 @@ PHP                                                                        NEWS
   . Added ReflectionClass::newInstanceWithoutConstructor() to create a new
     instance of a class without invoking its constructor. FR #55490. (Sebastian)
 
+- Improved intl extension:
+  . Fixed bug #55562 (grapheme_substr() returns false on big length). (Stas)
+
 - Improved JSON extension:
   . Added new json_encode() option JSON_UNESCAPED_UNICODE. FR #53946. (Irker, Gwynne)