X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.c;h=5ee038d392cd938870f4d61fc3fc0a3c20c53161;hp=2101f0b70c278f1fdd9ad61125193739433c0f97;hb=dedd682f1f67f8af921c87653c58863f355ead43;hpb=2b065af121eb367bd3fe7e5ad3c673d342438d34 diff --git a/php_http.c b/php_http.c index 2101f0b..5ee038d 100644 --- a/php_http.c +++ b/php_http.c @@ -142,6 +142,7 @@ PHP_MINIT_FUNCTION(http) || SUCCESS != PHP_MINIT_CALL(http_filter) || SUCCESS != PHP_MINIT_CALL(http_header) || SUCCESS != PHP_MINIT_CALL(http_message) + || SUCCESS != PHP_MINIT_CALL(http_message_parser) || SUCCESS != PHP_MINIT_CALL(http_message_body) || SUCCESS != PHP_MINIT_CALL(http_querystring) || SUCCESS != PHP_MINIT_CALL(http_client)