From: Stanislav Malyshev Date: Tue, 6 Sep 2011 05:04:37 +0000 (+0000) Subject: report fix X-Git-Tag: php-5.4.0beta1~201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93b1c173649de36f511d7bd5b0ba1682385d77f2;p=php report fix --- diff --git a/NEWS b/NEWS index a41c4b2d64..c39c5ea80c 100644 --- 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)