From: Michael Wallner Date: Mon, 30 Jul 2012 18:26:43 +0000 (+0000) Subject: expand #if CURL X-Git-Tag: RELEASE_2_1_0_RC3~10^2^2~125 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=286fd61cfcf5c44ca5d36c4a1014a31f5c559b94 expand #if CURL --- diff --git a/php_http.c b/php_http.c index bba04c7..128937d 100644 --- a/php_http.c +++ b/php_http.c @@ -152,10 +152,10 @@ PHP_MINIT_FUNCTION(http) || SUCCESS != PHP_MINIT_CALL(http_client_factory) #if PHP_HTTP_HAVE_CURL || SUCCESS != PHP_MINIT_CALL(http_curl) -#endif || SUCCESS != PHP_MINIT_CALL(http_curl_client) || SUCCESS != PHP_MINIT_CALL(http_curl_client_pool) || SUCCESS != PHP_MINIT_CALL(http_curl_client_datashare) +#endif || SUCCESS != PHP_MINIT_CALL(http_url) || SUCCESS != PHP_MINIT_CALL(http_env) || SUCCESS != PHP_MINIT_CALL(http_env_request)