From: Remi Collet Date: Wed, 29 Oct 2014 06:26:41 +0000 (+0100) Subject: cleanup uneeded json X-Git-Tag: php-5.6.3RC1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7dd871438fec9eaccf06c235faba1f51ff2967da;p=php cleanup uneeded json --- diff --git a/sapi/phpdbg/phpdbg_wait.c b/sapi/phpdbg/phpdbg_wait.c index 3f5ee24faa..95024b8d77 100644 --- a/sapi/phpdbg/phpdbg_wait.c +++ b/sapi/phpdbg/phpdbg_wait.c @@ -22,7 +22,6 @@ #include "ext/standard/basic_functions.h" ZEND_EXTERN_MODULE_GLOBALS(phpdbg); -ZEND_EXTERN_MODULE_GLOBALS(json); static void phpdbg_rebuild_http_globals_array(int type, const char *name TSRMLS_DC) { zval **zvpp;