diff options
Diffstat (limited to 'ext/json/json.c')
-rw-r--r-- | ext/json/json.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/json/json.c b/ext/json/json.c index f3a96338ac..0f552d4fcd 100644 --- a/ext/json/json.c +++ b/ext/json/json.c @@ -35,9 +35,6 @@ static PHP_MINFO_FUNCTION(json); static PHP_FUNCTION(json_encode); static PHP_FUNCTION(json_decode); -/* If you declare any globals in php_json.h uncomment this: -ZEND_DECLARE_MODULE_GLOBALS(json) -*/ static const char digits[] = "0123456789abcdef"; /* {{{ json_functions[] |