diff options
Diffstat (limited to 'ext/json/json_encoder.c')
-rw-r--r-- | ext/json/json_encoder.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/json/json_encoder.c b/ext/json/json_encoder.c index 8fabf77d83..c66f3d5d27 100644 --- a/ext/json/json_encoder.c +++ b/ext/json/json_encoder.c @@ -39,8 +39,6 @@ #define PHP_JSON_DOUBLE_MAX_LENGTH 1080 #endif -ZEND_DECLARE_MODULE_GLOBALS(json) - static const char digits[] = "0123456789abcdef"; static void php_json_escape_string(smart_str *buf, char *s, size_t len, int options); |