X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http.c;h=17d9925b5af8d3b01409b613aeb2dca69f76545b;hb=2df2ceacd7f241852efbba3515c9535961e3f64c;hp=f7a0b8698f03012f2d8460532fcdb37504ea5649;hpb=4dde50dd5e77937157350e3aba617261e074bf92;p=m6w6%2Fext-http diff --git a/php_http.c b/php_http.c index f7a0b86..17d9925 100644 --- a/php_http.c +++ b/php_http.c @@ -141,6 +141,7 @@ PHP_MINIT_FUNCTION(http) || SUCCESS != PHP_MINIT_CALL(http_encoding) || SUCCESS != PHP_MINIT_CALL(http_filter) || SUCCESS != PHP_MINIT_CALL(http_header) + || SUCCESS != PHP_MINIT_CALL(http_header_parser) || SUCCESS != PHP_MINIT_CALL(http_message) || SUCCESS != PHP_MINIT_CALL(http_message_parser) || SUCCESS != PHP_MINIT_CALL(http_message_body)