X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.c;h=3200a16eb2dbea26991e2b44023bfa193eb4755e;hp=2101f0b70c278f1fdd9ad61125193739433c0f97;hb=refs%2Fheads%2Fv2.1.x;hpb=eaa046dc3e6496e523a17c3b786ef27067b9795c 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;