diff options
Diffstat (limited to 'ext/json/php_json.h')
-rw-r--r-- | ext/json/php_json.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/json/php_json.h b/ext/json/php_json.h index d1fabd1e6b..2bf1c68eb4 100644 --- a/ext/json/php_json.h +++ b/ext/json/php_json.h @@ -81,6 +81,7 @@ typedef enum { #define PHP_JSON_PARSER_DEFAULT_DEPTH 512 ZEND_BEGIN_MODULE_GLOBALS(json) + zend_long precision; int encoder_depth; int encode_max_depth; php_json_error_code error_code; |