From 286fd61cfcf5c44ca5d36c4a1014a31f5c559b94 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 30 Jul 2012 18:26:43 +0000 Subject: [PATCH] expand #if CURL --- php_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2