summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_prompt.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-10-29 20:03:28 +0100
committerAnatol Belski <ab@php.net>2014-10-29 20:03:28 +0100
commitfc904569ea5c5513925a69bf43820845eb3db104 (patch)
tree7d81fcea3147e5c7b743576614c0502c39ae7e85 /sapi/phpdbg/phpdbg_prompt.c
parent5d76185792d2c7c7d47838b71a0b230f9668e21c (diff)
downloadphp-git-fc904569ea5c5513925a69bf43820845eb3db104.tar.gz
fix output globals importing
Diffstat (limited to 'sapi/phpdbg/phpdbg_prompt.c')
-rw-r--r--sapi/phpdbg/phpdbg_prompt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_prompt.c b/sapi/phpdbg/phpdbg_prompt.c
index c1fcb59a08..915bccfa69 100644
--- a/sapi/phpdbg/phpdbg_prompt.c
+++ b/sapi/phpdbg/phpdbg_prompt.c
@@ -41,7 +41,6 @@
#include "phpdbg_eol.h"
ZEND_EXTERN_MODULE_GLOBALS(phpdbg);
-ZEND_EXTERN_MODULE_GLOBALS(output);
extern int phpdbg_startup_run;
#ifdef HAVE_LIBDL