Skip to content

Commit

Permalink
feat(static): add HTTP/2 support for ext-curl
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Aug 20, 2024
1 parent 60e3aba commit 27ca1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27ca1ae

Please sign in to comment.