Merge branch 'v2.6.x'
[m6w6/ext-http] / src / php_http.c
index f9bb4d09c886f4e049e852d9b983e38194821eee..3b3338f260ad7fabcd92c9d1ad2f37ffe94e3a3f 100644 (file)
@@ -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)