mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat: PHP 增加 zstd 扩展安装支持 (#1757)
This commit is contained in:
@@ -98,6 +98,11 @@ if [[ -z "${EXTENSIONS##*,maxminddb,*}" ]]; then
|
||||
echo "---------- Install maxminddb ----------"
|
||||
install-php-extensions maxminddb
|
||||
fi
|
||||
|
||||
if [[ -z "${EXTENSIONS##*,zstd,*}" ]]; then
|
||||
echo "---------- Install zstd ----------"
|
||||
install-php-extensions zstd
|
||||
fi
|
||||
# end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user