From: Rasmus Lerdorf Date: Thu, 24 May 2007 22:40:02 +0000 (+0000) Subject: Make the code match the commit comment X-Git-Tag: php-5.2.3RC1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7069887a4edeae864e9a0790e87963bbb7e90de;p=php Make the code match the commit comment --- diff --git a/ext/json/JSON_parser.c b/ext/json/JSON_parser.c index 15424dffcb..91f565e033 100644 --- a/ext/json/JSON_parser.c +++ b/ext/json/JSON_parser.c @@ -201,7 +201,7 @@ static const int state_transition_table[30][31] = { /*29*/ {29,29,-1,-1,-1,-1,-1,-1, 3,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1} }; -#define JSON_PARSER_MAX_DEPTH 40 +#define JSON_PARSER_MAX_DEPTH 128 /*