We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13cd7d2 commit ab48406Copy full SHA for ab48406
scripts/php-installation.sh
@@ -90,7 +90,7 @@ POOL_FILE=/etc/php/${php_version}/fpm/pool.d/${web_developer_username}.conf
90
91
### Please do not edit below this line ###
92
93
-PHP_PACKAGES="php${php_version}-fpm php${php_version}-mysql php${php_version}-gd php${php_version}-cli php${php_version}-xml php${php_version}-mbstring php${php_version}-soap php-curl"
+PHP_PACKAGES="php${php_version}-fpm php${php_version}-mysql php${php_version}-gd php${php_version}-cli php${php_version}-xml php${php_version}-mbstring php${php_version}-soap php-curl php-zip"
94
95
if [ "$php_version" = "7.0" ] ; then
96
PHP_PACKAGES="$PHP_PACKAGES php${php_version}-mcrypt"
0 commit comments