Update multi-php-install.sh: bringing back php8.4-memcached & imagick

This commit is contained in:
myvesta 2025-02-20 14:02:27 +01:00 committed by GitHub
parent 1573a33b75
commit 32aae7dbff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,7 +118,7 @@ if [ "$inst_repo" -eq 1 ]; then
sh -c 'echo "deb https://packages.sury.org/php/ bookworm main" > /etc/apt/sources.list.d/php.list'
fi
apt update
apt upgrade -y
# apt upgrade -y
press_enter "=== Press enter to continue ==============================================================================="
fi
@ -379,8 +379,7 @@ fi
if [ "$inst_84" -eq 1 ]; then
press_enter "=== Press enter to install PHP 8.4 ==============================================================================="
apt -y install php8.4-mbstring php8.4-bcmath php8.4-cli php8.4-curl php8.4-fpm php8.4-gd php8.4-intl php8.4-mysql php8.4-soap php8.4-xml php8.4-zip
# php8.4-memcache php8.4-memcached php8.4-imagick
apt -y install php8.4-mbstring php8.4-bcmath php8.4-cli php8.4-curl php8.4-fpm php8.4-gd php8.4-intl php8.4-mysql php8.4-soap php8.4-xml php8.4-zip php8.4-memcache php8.4-memcached php8.4-imagick
update-rc.d php8.4-fpm defaults
a2enconf php8.4-fpm
a2dismod php8.4