|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch json_encode_doc.patch for JSON related Bug #53946Patch version 2011-08-29 08:59 UTC Return to Bug #53946 | Download this patchThis patch is obsolete Obsoleted by patches: Patch Revisions:Developer: irker@php.net
Index: 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>
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 07:00:02 2025 UTC |