X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http.c;h=d5211bcee1cefad5d718674ebf1dcd0d3fd48d1f;hb=3de3e5f65db0e7c24849c0e7c60c54a4e8566422;hp=2cd6549c750d981dfa2a6feb522fc24982059064;hpb=a4fd0a809ae831f21cbaec14e24c3d3ee0569c12;p=m6w6%2Fext-http diff --git a/php_http.c b/php_http.c index 2cd6549..d5211bc 100644 --- a/php_http.c +++ b/php_http.c @@ -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) ) {