summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2014-10-29 07:26:41 +0100
committerRemi Collet <remi@php.net>2014-10-29 07:26:41 +0100
commit7dd871438fec9eaccf06c235faba1f51ff2967da (patch)
tree3c43d3fde9f4ae416b33e8e73b452cf04768c246
parenta5415456d41ba63e9cf2fdc93f8e4c5fc28b42b1 (diff)
downloadphp-git-7dd871438fec9eaccf06c235faba1f51ff2967da.tar.gz
cleanup uneeded json
-rw-r--r--sapi/phpdbg/phpdbg_wait.c1
1 files changed, 0 insertions, 1 deletions
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;