X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_request_api.c;h=85bbb17fde292ab6bb5daabf55f1d7728474b92b;hb=20e6f54b9dba78fec83ad8141034116edc4c84d3;hp=b2da719eae325f4d87975739530a02a805b5b6ae;hpb=61e3ea78efcc501cf7ec2df4749aa92935c0964e;p=m6w6%2Fext-http diff --git a/http_request_api.c b/http_request_api.c index b2da719..85bbb17 100644 --- a/http_request_api.c +++ b/http_request_api.c @@ -436,7 +436,7 @@ PHP_HTTP_API STATUS _http_request_init(CURL *ch, http_request_method meth, char /* compress, empty string enables all supported if libcurl was build with zlib support */ if ((zoption = http_curl_getopt(options, "compress", IS_BOOL)) && Z_LVAL_P(zoption)) { -#ifdef HTTP_HAVE_ZLIB +#if defined(HTTP_HAVE_ZLIB) || defined(HAVE_ZLIB) HTTP_CURL_OPT(ENCODING, "gzip;q=1.0, deflate;q=0.5, *;q=0"); #else HTTP_CURL_OPT(ENCODING, ""); @@ -984,15 +984,6 @@ static inline void _http_curl_defaults(CURL *ch) #endif /* HTTP_HAVE_CURL */ -zend_bool _http_request_supports_ssl(void) -{ -#ifdef HTTP_NEED_SSL - return (zend_bool) 1; -#else - return (zend_bool) 0; -#endif -} - /* * Local variables: * tab-width: 4