X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.c;h=98df8433b403f1c3b12113204c660ea00aa97339;hp=7a28933b03e37be7f6f99ba6c1690992d7caab35;hb=95c6c900d04096d332c422e3f597186b7184c5ab;hpb=1bef05c9e90799c57722bdb4865e6829373fee20 diff --git a/php_http.c b/php_http.c index 7a28933..98df843 100644 --- a/php_http.c +++ b/php_http.c @@ -134,6 +134,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)