gwynne                                   Mon, 29 Aug 2011 15:09:08 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=315710

Log:
Added NEWS note for #53946

Bug: https://bugs.php.net/53946 (Assigned) add json_encode option for not 
escaping unnecessary character
      
Changed paths:
    U   php/php-src/branches/PHP_5_4/NEWS

Modified: php/php-src/branches/PHP_5_4/NEWS
===================================================================
--- php/php-src/branches/PHP_5_4/NEWS   2011-08-29 15:07:57 UTC (rev 315709)
+++ php/php-src/branches/PHP_5_4/NEWS   2011-08-29 15:09:08 UTC (rev 315710)
@@ -27,6 +27,9 @@
   . 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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to