feat: PHP 扩展选项默认增加 imagick (#168)

This commit is contained in:
zhengkunwang223
2023-06-29 11:34:36 +08:00
committed by GitHub
parent 596d533708
commit f05ec04cad
16 changed files with 109 additions and 31 deletions
@@ -83,8 +83,12 @@ if [[ -z "${EXTENSIONS##*,imagick,*}" ]]; then
echo "---------- Install imagick ----------"
install-php-extensions imagick
fi
# end
if [[ -z "${EXTENSIONS##*,sourceguardian,*}" ]]; then
echo "---------- Install sourceguardian ----------"
install-php-extensions sourceguardian
fi
# end
if [[ -z "${EXTENSIONS##*,pdo_mysql,*}" ]]; then
echo "---------- Install pdo_mysql ----------"