X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_api.c;h=07cb9f4dbced71aadc65962c5735266befb3c248;hb=bbb3e0cfaf7e884c82fc42e873e47d0e6024e1b6;hp=22d622cdf6cb42e8ed12a0003a652a91354f87fe;hpb=05c863a6faa9a3ddd83ac1bdf62edbfc7a6ccf4f;p=m6w6%2Fext-http diff --git a/http_api.c b/http_api.c index 22d622c..07cb9f4 100644 --- a/http_api.c +++ b/http_api.c @@ -29,8 +29,6 @@ # include "php_http_exception_object.h" #endif -ZEND_EXTERN_MODULE_GLOBALS(http); - PHP_MINIT_FUNCTION(http_support) { HTTP_LONG_CONSTANT("HTTP_SUPPORT", HTTP_SUPPORT); @@ -55,7 +53,7 @@ PHP_HTTP_API long _http_support(long feature) #ifdef HTTP_HAVE_MAGIC support |= HTTP_SUPPORT_MAGICMIME; #endif -#if defined(HTTP_HAVE_ZLIB) || defined(HAVE_ZLIB) +#ifdef HTTP_HAVE_ZLIB support |= HTTP_SUPPORT_ENCODINGS; #endif