X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.c;h=3200a16eb2dbea26991e2b44023bfa193eb4755e;hp=2101f0b70c278f1fdd9ad61125193739433c0f97;hb=e425a36d34393424d4f4355bdbeee74ae22388e6;hpb=b47a52f0a3db907095882f8ed9015a1bfc76537e diff --git a/php_http.c b/php_http.c index 2101f0b..3200a16 100644 --- a/php_http.c +++ b/php_http.c @@ -187,9 +187,6 @@ PHP_RINIT_FUNCTION(http) { if (0 || SUCCESS != PHP_RINIT_CALL(http_env) -#if PHP_HTTP_HAVE_CURL && PHP_HTTP_HAVE_EVENT - || SUCCESS != PHP_RINIT_CALL(http_client_curl) -#endif ) { return FAILURE; } @@ -200,9 +197,6 @@ PHP_RINIT_FUNCTION(http) PHP_RSHUTDOWN_FUNCTION(http) { if (0 -#if PHP_HTTP_HAVE_CURL && PHP_HTTP_HAVE_EVENT - || SUCCESS != PHP_RSHUTDOWN_CALL(http_client_curl) -#endif || SUCCESS != PHP_RSHUTDOWN_CALL(http_env) ) { return FAILURE;