From 7b4993dd169a082c2fe79f975224057d1e16c779 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Thu, 30 Oct 2014 11:42:02 +0800 Subject: Fixed build.... (shouldn't it be zend_output_globals?) --- main/php_output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_output.h') diff --git a/main/php_output.h b/main/php_output.h index 947da2c915..edea0bff33 100644 --- a/main/php_output.h +++ b/main/php_output.h @@ -155,7 +155,7 @@ ZEND_END_MODULE_GLOBALS(output) #ifdef ZTS PHPAPI extern int output_globals_id; #else -PHPAPI extern php_output_globals output_globals; +PHPAPI extern zend_output_globals output_globals; #endif /* there should not be a need to use OG() from outside of output.c */ -- cgit v1.2.1