
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.