From 16cdd2af8d690d666dba7d3b69d273a347b5ba70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Tue, 20 Aug 2024 12:07:58 +0200 Subject: [PATCH] feat(static): add HTTP/2 support for ext-curl --- build-static.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-static.sh b/build-static.sh index a27de95e4..5c172dc1c 100755 --- a/build-static.sh +++ b/build-static.sh @@ -33,7 +33,7 @@ if [ -z "${PHP_EXTENSIONS}" ]; then fi if [ -z "${PHP_EXTENSION_LIBS}" ]; then - export PHP_EXTENSION_LIBS="bzip2,freetype,libavif,libjpeg,liblz4,libwebp,libzip" + export PHP_EXTENSION_LIBS="bzip2,freetype,libavif,libjpeg,liblz4,libwebp,libzip,nghttp2" fi # The Brotli library must always be built as it is required by http://github.com/dunglas/caddy-cbrotli