php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #53946
Patch json_unescaped_unicode revision 2011-08-29 14:04 UTC by gwynne@php.net
revision 2011-08-29 12:57 UTC by gwynne@php.net
revision 2011-07-19 16:01 UTC by irker@php.net
Patch json_encode_doc.patch revision 2011-08-29 09:01 UTC by irker@php.net
revision 2011-08-29 08:59 UTC by irker@php.net
Patch bug53946.phpt revision 2011-07-25 06:18 UTC by irker@php.net
revision 2011-07-19 16:02 UTC by irker@php.net
Patch json_unescaped_unicode.patch revision 2011-07-19 16:02 UTC by irker@php.net

Patch json_encode_doc.patch for JSON related Bug #53946

Patch version 2011-08-29 09:01 UTC

Return to Bug #53946 | Download this patch
This patch renders other patches obsolete

Obsolete patches:

Patch Revisions:

Developer: irker@php.net

Index: reference/json/json-encode.xml
===================================================================
--- reference/json/json-encode.xml	(revision 315677)
+++ reference/json/json-encode.xml	(working copy)
@@ -46,7 +46,8 @@
        <constant>JSON_NUMERIC_CHECK</constant>,
        <constant>JSON_PRETTY_PRINT</constant>,
        <constant>JSON_UNESCAPED_SLASHES</constant>,
-       <constant>JSON_FORCE_OBJECT</constant>.
+       <constant>JSON_FORCE_OBJECT</constant>,
+       <constant>JSON_UNESCAPED_UNICODE</constant>.
       </para>
      </listitem>
     </varlistentry>
@@ -76,7 +77,9 @@
       <row>
        <entry>5.4.0</entry>
        <entry>
-        <constant>JSON_BIGINT_AS_STRING</constant>, <constant>JSON_PRETTY_PRINT</constant> and <constant>JSON_UNESCAPED_SLASHES</constant> <parameter>options</parameter> were added.
+        <constant>JSON_BIGINT_AS_STRING</constant>, <constant>JSON_PRETTY_PRINT</constant>, 
+        <constant>JSON_UNESCAPED_SLASHES</constant> and <constant>JSON_UNESCAPED_UNICODE</constant> 
+        <parameter>options</parameter> were added.
        </entry>
       </row>
       <row>

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 05:01:29 2024 UTC