Skip to content

Commit 27ca1ae

Browse files
committed
feat(static): add HTTP/2 support for ext-curl
1 parent 60e3aba commit 27ca1ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-static.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [ -z "${PHP_EXTENSIONS}" ]; then
3333
fi
3434

3535
if [ -z "${PHP_EXTENSION_LIBS}" ]; then
36-
export PHP_EXTENSION_LIBS="bzip2,freetype,libavif,libjpeg,liblz4,libwebp,libzip"
36+
export PHP_EXTENSION_LIBS="bzip2,freetype,libavif,libjpeg,liblz4,libwebp,libzip,nghttp2"
3737
fi
3838

3939
# The Brotli library must always be built as it is required by http://github.com/dunglas/caddy-cbrotli

0 commit comments

Comments
 (0)