Centos 7 : Install PHP 7.4
sudo yum install epel-release
sudo rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
Install PHP 7.4
yum –enablerepo=remi-php74 install php
php -v
Install Module PHP 7.4
yum –enablerepo=remi-php74 install php-xml php-soap php-xmlrpc php-mbstring php-json php-gd php-mcrypt
Pencarian Module PHP 7.4
yum –enablerepo=remi-php74 search php | grep php74
#php7 #php #centos
centos 7