X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=src%2Fphp_http.c;h=c37638812a4ba9b7ef3fc8b273ced34a90e5b78a;hp=f9bb4d09c886f4e049e852d9b983e38194821eee;hb=b41323e1817c50d062b27da798c7db35fa58212c;hpb=e57370d1f00da9e12de0917a9f907281ab8e84b5 diff --git a/src/php_http.c b/src/php_http.c index f9bb4d0..c376388 100644 --- a/src/php_http.c +++ b/src/php_http.c @@ -12,8 +12,8 @@ #include "php_http_api.h" -#include -#include +#include "php_ini.h" +#include "ext/standard/info.h" #include @@ -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)