X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.c;h=202317c8fc9a3417ef38acee98049daabf3dac39;hp=2cd6549c750d981dfa2a6feb522fc24982059064;hb=4957436be59f65fae9cdbaec1dc865acc680862f;hpb=a4fd0a809ae831f21cbaec14e24c3d3ee0569c12 diff --git a/php_http.c b/php_http.c index 2cd6549..202317c 100644 --- a/php_http.c +++ b/php_http.c @@ -146,10 +146,10 @@ PHP_MINIT_FUNCTION(http) || SUCCESS != PHP_MINIT_CALL(http_curl) #endif || SUCCESS != PHP_MINIT_CALL(http_request_datashare) - || SUCCESS != PHP_MINIT_CALL(http_request_method) || 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) ) {