mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
1855e35cf8
commit
3b09ff696e
1 changed files with 19 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue