From 1c7ae5f1a69686eba3acac66f7fe45318befe19d Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sat, 9 Nov 2013 22:34:38 -0200 Subject: [PATCH] - Declaration first --- phpdbg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg.c b/phpdbg.c index ba4da21907..375e4ff8b8 100644 --- a/phpdbg.c +++ b/phpdbg.c @@ -90,13 +90,13 @@ static inline int zend_machine(int argc, char **argv TSRMLS_DC) /* {{{ */ int main(int argc, char **argv) /* {{{ */ { + sapi_module_struct *phpdbg = &phpdbg_sapi_module; #ifdef ZTS void ***tsrm_ls; tsrm_startup(1, 1, 0, NULL); tsrm_ls = ts_resource(0); #endif - sapi_module_struct *phpdbg = &phpdbg_sapi_module; #ifdef PHP_WIN32 _fmode = _O_BINARY; /* sets default for file streams to binary */ -- 2.50.1