X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http.c;h=98df8433b403f1c3b12113204c660ea00aa97339;hb=95c6c900d04096d332c422e3f597186b7184c5ab;hp=0bf09ac775a44c39584e5ef5faae926a67c31ece;hpb=03f11ce599fa5a89148d588caf6ccec7f939e9d4;p=m6w6%2Fext-http diff --git a/php_http.c b/php_http.c index 0bf09ac..98df843 100644 --- a/php_http.c +++ b/php_http.c @@ -128,11 +128,13 @@ PHP_MINIT_FUNCTION(http) REGISTER_INI_ENTRIES(); if (0 + || SUCCESS != PHP_MINIT_CALL(http_object) || SUCCESS != PHP_MINIT_CALL(http_exception) || SUCCESS != PHP_MINIT_CALL(http_cookie) || 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)