separate php_http_env_response and implement content encoding
[m6w6/ext-http] / php_http.c
index e5456c4cfbb4151fe08e7528f8fe52bba8e13b1c..ebe73ccae447cfc6f90a52676f36c2eddbc4f007 100644 (file)
@@ -162,6 +162,7 @@ PHP_MINIT_FUNCTION(http)
        || SUCCESS != PHP_MINIT_CALL(http_request_pool)
        || SUCCESS != PHP_MINIT_CALL(http_url)
        || SUCCESS != PHP_MINIT_CALL(http_env)
+       || SUCCESS != PHP_MINIT_CALL(http_env_response)
        ) {
                return FAILURE;
        }