From: Michael Wallner Date: Mon, 26 Dec 2005 18:30:36 +0000 (+0000) Subject: - fix build X-Git-Tag: RELEASE_0_21_0~29 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=51c8190ce9a66048d750ba6bb7cd68ab99358ab8 - fix build --- diff --git a/php_http.h b/php_http.h index 6586d06..b0a0a14 100644 --- a/php_http.h +++ b/php_http.h @@ -56,8 +56,6 @@ extern zend_module_entry http_module_entry; extern int http_module_number; -ZEND_EXTERN_MODULE_GLOBALS(http); - ZEND_BEGIN_MODULE_GLOBALS(http) struct _http_globals_etag { @@ -107,6 +105,8 @@ ZEND_BEGIN_MODULE_GLOBALS(http) ZEND_END_MODULE_GLOBALS(http) +ZEND_EXTERN_MODULE_GLOBALS(http); + #ifdef ZTS # include "TSRM.h" # define HTTP_G(v) TSRMG(http_globals_id, zend_http_globals *, v)