expose header parser
[m6w6/ext-http] / php_http.c
index f7a0b8698f03012f2d8460532fcdb37504ea5649..17d9925b5af8d3b01409b613aeb2dca69f76545b 100644 (file)
@@ -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)