X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.c;h=f7a0b8698f03012f2d8460532fcdb37504ea5649;hp=3200a16eb2dbea26991e2b44023bfa193eb4755e;hb=refs%2Fheads%2Fv2.2.x;hpb=e425a36d34393424d4f4355bdbeee74ae22388e6 diff --git a/php_http.c b/php_http.c index 3200a16..f7a0b86 100644 --- a/php_http.c +++ b/php_http.c @@ -142,6 +142,7 @@ PHP_MINIT_FUNCTION(http) || SUCCESS != PHP_MINIT_CALL(http_filter) || SUCCESS != PHP_MINIT_CALL(http_header) || SUCCESS != PHP_MINIT_CALL(http_message) + || SUCCESS != PHP_MINIT_CALL(http_message_parser) || SUCCESS != PHP_MINIT_CALL(http_message_body) || SUCCESS != PHP_MINIT_CALL(http_querystring) || SUCCESS != PHP_MINIT_CALL(http_client)