X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http.c;h=3b3338f260ad7fabcd92c9d1ad2f37ffe94e3a3f;hp=f9bb4d09c886f4e049e852d9b983e38194821eee;hb=43a9a6f8cb56e25c3770d652ce77045f89f68ca6;hpb=54059a470e850eb8380bde2a4ed117e25c1b3e95 diff --git a/src/php_http.c b/src/php_http.c index f9bb4d0..3b3338f 100644 --- a/src/php_http.c +++ b/src/php_http.c @@ -143,6 +143,7 @@ PHP_MINIT_FUNCTION(http) #if PHP_HTTP_HAVE_CURL || SUCCESS != PHP_MINIT_CALL(http_curl) || SUCCESS != PHP_MINIT_CALL(http_client_curl) + || SUCCESS != PHP_MINIT_CALL(http_client_curl_user) #endif || SUCCESS != PHP_MINIT_CALL(http_url) || SUCCESS != PHP_MINIT_CALL(http_env)