re-enable the factory
[m6w6/ext-http] / php_http.c
index f4b7394ce3591f7920df53c0da4e8d9e892f525c..bad11c0bde6f80a3175ea508baea6f73ffda4f3b 100644 (file)
@@ -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;
        }