From: Gwynne Raskind Date: Mon, 29 Aug 2011 15:09:08 +0000 (+0000) Subject: Added NEWS note for #53946 X-Git-Tag: php-5.4.0beta1~354 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf78161b94f48f7f2bae7d611e2e5c68d1521d22;p=php Added NEWS note for #53946 --- diff --git a/NEWS b/NEWS index c8119d3454..c4eb07345d 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,9 @@ PHP NEWS . Added ReflectionClass::newInstanceWithoutConstructor() to create a new instance of a class without invoking its constructor. FR #55490. (Sebastian) +- Improved JSON extension: + . Added new json_encode() option JSON_UNESCAPED_UNICODE. FR #53946. (christian dot pernot at pingroom dot net, Gwynne) + 04 Aug 2011, PHP 5.4.0 Alpha 3 - Added features: . Short array syntax, see UPGRADING guide for full details (rsky0711 at gmail