X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.c;h=bad11c0bde6f80a3175ea508baea6f73ffda4f3b;hp=f4b7394ce3591f7920df53c0da4e8d9e892f525c;hb=a18e662d5ff2c4e7051e028f8002dbba720cccd6;hpb=c52a84fd06e87bf72eb98e83abfff29779b0681c diff --git a/php_http.c b/php_http.c index f4b7394..bad11c0 100644 --- a/php_http.c +++ b/php_http.c @@ -146,6 +146,7 @@ PHP_MINIT_FUNCTION(http) || SUCCESS != PHP_MINIT_CALL(http_client_response) || SUCCESS != PHP_MINIT_CALL(http_client_datashare) || SUCCESS != PHP_MINIT_CALL(http_client_pool) + || SUCCESS != PHP_MINIT_CALL(http_client_factory) #if PHP_HTTP_HAVE_CURL || SUCCESS != PHP_MINIT_CALL(http_curl) #endif @@ -176,6 +177,7 @@ PHP_MSHUTDOWN_FUNCTION(http) || SUCCESS != PHP_MSHUTDOWN_CALL(http_curl) #endif || SUCCESS != PHP_MSHUTDOWN_CALL(http_persistent_handle) + || SUCCESS != PHP_MSHUTDOWN_CALL(http_client_factory) ) { return FAILURE; }