summaryrefslogtreecommitdiff
path: root/ext/json/JSON_parser.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2007-05-24 22:40:02 +0000
committerRasmus Lerdorf <rasmus@php.net>2007-05-24 22:40:02 +0000
commitc7069887a4edeae864e9a0790e87963bbb7e90de (patch)
tree6ab54534bdd209d64974d6eb72dace38db7c6df3 /ext/json/JSON_parser.c
parent464d87e58b3543c12d085b6ba85b3478ffa39dd0 (diff)
downloadphp-git-c7069887a4edeae864e9a0790e87963bbb7e90de.tar.gz
Make the code match the commit comment
Diffstat (limited to 'ext/json/JSON_parser.c')
-rw-r--r--ext/json/JSON_parser.c2
1 files changed, 1 insertions, 1 deletions
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
/*