php7.4-memcache php7.4-memcached

This commit is contained in:
dpeca 2020-01-24 18:38:59 +01:00 committed by GitHub
commit 040a7e735d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -196,8 +196,7 @@ fi
if [ "$inst_74" -eq 1 ]; then if [ "$inst_74" -eq 1 ]; then
press_enter "=== Press enter to install PHP 7.4 ===============================================================================" press_enter "=== Press enter to install PHP 7.4 ==============================================================================="
apt-get -y install php7.4-mbstring php7.4-bcmath php7.4-cli php7.4-curl php7.4-fpm php7.4-gd php7.4-intl php7.4-mysql php7.4-soap php7.4-xml php7.4-zip apt-get -y install php7.4-mbstring php7.4-bcmath php7.4-cli php7.4-curl php7.4-fpm php7.4-gd php7.4-intl php7.4-mysql php7.4-soap php7.4-xml php7.4-zip php7.4-memcache php7.4-memcached
# php7.4-memcache php7.4-memcached
update-rc.d php7.4-fpm defaults update-rc.d php7.4-fpm defaults
a2enconf php7.4-fpm a2enconf php7.4-fpm
systemctl restart apache2 systemctl restart apache2