CWP panel
Update PHP on Centos
How to update PHP-7.4 from PHP-7.2
Step-1:
First Install yum configuration manager with the following command :
yum install yum-utils -y
Step-2:
Enable remi repo as per the desired PHP version, for PHP 7.4
yum-config-manager –enable remi-php74
Step-3:
Now Update PHP-7.4 by updateing package
yum update
[ad_2]
source