X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=inline;f=php_http.c;h=ebe73ccae447cfc6f90a52676f36c2eddbc4f007;hb=4d708279b6956fc95b253ddc88671fb2f0e5aa39;hp=e5456c4cfbb4151fe08e7528f8fe52bba8e13b1c;hpb=7e02de6a69419be97512aad2314bc25180f7555e;p=m6w6%2Fext-http diff --git a/php_http.c b/php_http.c index e5456c4..ebe73cc 100644 --- a/php_http.c +++ b/php_http.c @@ -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; }