From c30c18cd7c3ef7c6f042187580ea081dd25bb798 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Fri, 25 May 2007 19:56:26 +0000 Subject: [PATCH] Fixed bug#38945 (json_decode has limits on array depth). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236344 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/json/functions/json-decode.xml | 34 +++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/reference/json/functions/json-decode.xml b/reference/json/functions/json-decode.xml index cbd68a0e89..177e9e25dd 100644 --- a/reference/json/functions/json-decode.xml +++ b/reference/json/functions/json-decode.xml @@ -1,5 +1,5 @@ - + json_decode @@ -92,6 +92,38 @@ array(5) { + + &reftitle.notes; + + + This function will return false if the JSON encoded data is deeper than + 127 elements. + + + + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.2.3 + The nesting limit was increased from 20 to 128 + + + + + + + &reftitle.seealso;