diff options
Diffstat (limited to 'ext/json/php_json.h')
-rw-r--r-- | ext/json/php_json.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/json/php_json.h b/ext/json/php_json.h index 48555ee31f..98eac25938 100644 --- a/ext/json/php_json.h +++ b/ext/json/php_json.h @@ -36,11 +36,6 @@ extern zend_module_entry json_module_entry; #include "TSRM.h" #endif -PHP_MINFO_FUNCTION(json); - -PHP_FUNCTION(json_encode); -PHP_FUNCTION(json_decode); - #ifdef ZTS #define JSON_G(v) TSRMG(json_globals_id, zend_json_globals *, v) #else |