Fix doc bug #67496 (json_encode changed behaviour in 5.5)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342210 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Zelenka 2017-03-31 17:40:30 +00:00
parent 1855e35cf8
commit 3b09ff696e

View file

@ -104,7 +104,8 @@
<row>
<entry>5.6.6</entry>
<entry>
<constant>JSON_PRESERVE_ZERO_FRACTION</constant> <parameter>option</parameter> was added.
<constant>JSON_PRESERVE_ZERO_FRACTION</constant>
<parameter>option</parameter> was added.
</entry>
</row>
<row>
@ -113,10 +114,26 @@
<parameter>depth</parameter> parameter was added.
</entry>
</row>
<row>
<entry>5.5.0</entry>
<entry>
<constant>JSON_PARTIAL_OUTPUT_ON_ERROR</constant> option was added.
</entry>
</row>
<row>
<entry>5.5.0</entry>
<entry>
The return value on failure was changed from <literal>null</literal>
string to &false;.
</entry>
</row>
<row>
<entry>5.4.0</entry>
<entry>
<constant>JSON_PRETTY_PRINT</constant>, <constant>JSON_UNESCAPED_SLASHES</constant>, and <constant>JSON_UNESCAPED_UNICODE</constant> <parameter>options</parameter> were added.
<constant>JSON_PRETTY_PRINT</constant>,
<constant>JSON_UNESCAPED_SLASHES</constant>, and
<constant>JSON_UNESCAPED_UNICODE</constant>
<parameter>options</parameter> were added.
</entry>
</row>
<row>