mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
Temporarily disabling php8.4-memcache, memcached, imagick
This commit is contained in:
parent
e8c912513d
commit
2cbf37e4d1
1 changed files with 2 additions and 1 deletions
|
@ -379,7 +379,8 @@ fi
|
||||||
|
|
||||||
if [ "$inst_84" -eq 1 ]; then
|
if [ "$inst_84" -eq 1 ]; then
|
||||||
press_enter "=== Press enter to install PHP 8.4 ==============================================================================="
|
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
|
update-rc.d php8.4-fpm defaults
|
||||||
a2enconf php8.4-fpm
|
a2enconf php8.4-fpm
|
||||||
a2dismod php8.4
|
a2dismod php8.4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue