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 09:01 UTC Return to Bug #53946 | Download this patchThis patch renders other patches obsolete Obsolete patches: Patch Revisions:Developer: irker@php.netIndex: 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> |
Copyright © 2001-2025 The PHP Group All rights reserved. |
Last updated: Tue Jan 28 03:01:30 2025 UTC |