separate http_env_request; add getQuer(), getPost(), getFiles()
[m6w6/ext-http] / php_http.c
index 2cd6549c750d981dfa2a6feb522fc24982059064..d5211bcee1cefad5d718674ebf1dcd0d3fd48d1f 100644 (file)
@@ -150,6 +150,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_request)
        || SUCCESS != PHP_MINIT_CALL(http_env_response)
        || SUCCESS != PHP_MINIT_CALL(http_params)
        ) {