diff options
Diffstat (limited to 'ext/json/php_json_parser.h')
-rw-r--r-- | ext/json/php_json_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/php_json_parser.h b/ext/json/php_json_parser.h index f817a2da70..afead526c2 100644 --- a/ext/json/php_json_parser.h +++ b/ext/json/php_json_parser.h @@ -55,7 +55,7 @@ typedef struct _php_json_parser_methods { struct _php_json_parser { php_json_scanner scanner; zval *return_value; - unsigned int depth; + int depth; int max_depth; php_json_parser_methods methods; }; |