From 3aa2aadcf0c39d7d22532c46d8921f443d27166f Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Wed, 5 Aug 2015 14:36:37 +0900 Subject: Add JSON_G(precision) --- ext/json/php_json.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/json/php_json.h') 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; -- cgit v1.2.1