S U N U C U Ç Ö Z Ü M L E R İ

Contact Info

+90 (850) 885 0656

[email protected]

VestaCP PHP7.4’den PHP7.3’e Düşürmek
Category
Linux
Posted on
Eylül 9, 2022

VestaCP PHP7.4’den PHP7.3’e Düşürmek

Merhabalar,

Aşağıdaki komutları kullanarak Vestacp PHP7.4’den PHP7.3’e düşürebilirsiniz.

yum install yum-utils -y

yum-config-manager --disable remi-php5*
yum-config-manager --disable remi-php74
yum-config-manager --disable remi-test
yum-config-manager --enable remi-php73

yum remove php php-*

yum install php roundcube phpmyadmin -y

Eğer Php-fpm kullanıyorsanız,

yum install yum-utils -y

yum-config-manager --disable remi-php5*
yum-config-manager --disable remi-php74
yum-config-manager --disable remi-test
yum-config-manager --enable remi-php73

yum remove php php-*

yum install php roundcube phpmyadmin php-fpm -y

Bol trafikler dileriz.

Share this Post