X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_http.c;h=498a224be018b59e3282d7d5a2685309711940c4;hb=cc30ee04597652ea22bcfaa5918714b35a9ea40d;hp=bc9166aa9596f7fbe4176a7bf9af4b520de01692;hpb=8158548a80733b3af9539356b47527d960a13287;p=m6w6%2Fext-http diff --git a/src/php_http.c b/src/php_http.c index bc9166a..498a224 100644 --- a/src/php_http.c +++ b/src/php_http.c @@ -137,6 +137,10 @@ PHP_MINIT_FUNCTION(http) || SUCCESS != PHP_MINIT_CALL(http_exception) || SUCCESS != PHP_MINIT_CALL(http_cookie) || SUCCESS != PHP_MINIT_CALL(http_encoding) + || SUCCESS != PHP_MINIT_CALL(http_encoding_zlib) +#if PHP_HTTP_HAVE_LIBBROTLI + || SUCCESS != PHP_MINIT_CALL(http_encoding_brotli) +#endif || SUCCESS != PHP_MINIT_CALL(http_filter) || SUCCESS != PHP_MINIT_CALL(http_header) || SUCCESS != PHP_MINIT_CALL(http_header_parser)