From cbaa0ad6bbf06eec9c90b73b211d59e95d384c40 Mon Sep 17 00:00:00 2001 From: Scott MacVicar Date: Tue, 27 Mar 2012 01:11:46 +0000 Subject: [PATCH] json_encode() doesn't support this. Only json_decode() does. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324565 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/json/functions/json-encode.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reference/json/functions/json-encode.xml b/reference/json/functions/json-encode.xml index c3cca0e25f..6284d8300d 100644 --- a/reference/json/functions/json-encode.xml +++ b/reference/json/functions/json-encode.xml @@ -44,7 +44,6 @@ JSON_HEX_AMP, JSON_HEX_APOS, JSON_NUMERIC_CHECK, - JSON_BIGINT_AS_STRING, JSON_PRETTY_PRINT, JSON_UNESCAPED_SLASHES, JSON_FORCE_OBJECT, @@ -78,7 +77,7 @@ 5.4.0 - JSON_BIGINT_AS_STRING, 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.