Merge branch 'master' into phpng
[m6w6/ext-http] / php_http.c
index 7a28933b03e37be7f6f99ba6c1690992d7caab35..98df8433b403f1c3b12113204c660ea00aa97339 100644 (file)
@@ -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)