]> granicus.if.org Git - php/commitdiff
Make the code match the commit comment
authorRasmus Lerdorf <rasmus@php.net>
Thu, 24 May 2007 22:40:02 +0000 (22:40 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Thu, 24 May 2007 22:40:02 +0000 (22:40 +0000)
ext/json/JSON_parser.c

index 15424dffcbf3857fecdfd47a95065e29806f3f69..91f565e03383b28f457e6a91798ad37f6a77d2cf 100644 (file)
@@ -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
 
 
 /*