From 3b09ff696e91d8630eaf1e855d01520483639f1e Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Fri, 31 Mar 2017 17:40:30 +0000 Subject: [PATCH] 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 --- reference/json/functions/json-encode.xml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/reference/json/functions/json-encode.xml b/reference/json/functions/json-encode.xml index 0486b196c1..ed84f7745c 100644 --- a/reference/json/functions/json-encode.xml +++ b/reference/json/functions/json-encode.xml @@ -104,7 +104,8 @@ 5.6.6 - JSON_PRESERVE_ZERO_FRACTION option was added. + JSON_PRESERVE_ZERO_FRACTION + option was added. @@ -113,10 +114,26 @@ depth parameter was added. + + 5.5.0 + + JSON_PARTIAL_OUTPUT_ON_ERROR option was added. + + + + 5.5.0 + + The return value on failure was changed from null + string to &false;. + + 5.4.0 - JSON_PRETTY_PRINT, JSON_UNESCAPED_SLASHES, and JSON_UNESCAPED_UNICODE options were added. + JSON_PRETTY_PRINT, + JSON_UNESCAPED_SLASHES, and + JSON_UNESCAPED_UNICODE + options were added.