user event loop support for the curl client
[m6w6/ext-http] / src / php_http.c
index 2ff20f105321e0ba4271480d3695570ecaf60e88..abb8377ac7b39e573755baf20079955d1e8bf1af 100644 (file)
@@ -150,6 +150,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)