diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2007-05-24 22:40:02 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2007-05-24 22:40:02 +0000 |
commit | c7069887a4edeae864e9a0790e87963bbb7e90de (patch) | |
tree | 6ab54534bdd209d64974d6eb72dace38db7c6df3 /ext/json/JSON_parser.c | |
parent | 464d87e58b3543c12d085b6ba85b3478ffa39dd0 (diff) | |
download | php-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.c | 2 |
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 /* |