X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http.c;h=b4ed0dfbdcd06083c61ef621912b0900522ba7b6;hp=0299d2f920d904d7422898353d219e32d59bacef;hb=2dc2f1f7e1142bc51fa5ac9e1004c56f9f82e47c;hpb=85f5451a3e9fad7cb9728ba5408b433fca22b44b diff --git a/http.c b/http.c index 0299d2f..b4ed0df 100644 --- a/http.c +++ b/http.c @@ -201,13 +201,15 @@ static inline void _http_globals_free(zend_http_globals *G TSRMLS_DC) } } -#if PHP_DEBUG +#if defined(ZTS) && defined(PHP_DEBUG) +#if ZTS && PHP_DEBUG zend_http_globals *http_globals(void) { TSRMLS_FETCH(); return HTTP_G; } #endif +#endif /* }}} */ /* {{{ static inline void http_check_allowed_methods(char *) */