Install PHP 7.4 on CentOS 7

 yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 
 yum -y install https://rpms.remirepo.net/enterprise/remi-release-7.rpm 
yum -y install yum-utils
yum-config-manager --enable remi-php74
yum update
yum install -y php php-cli
yum update
yum install -y php-cli php-fpm
 yum install php-xxx 
yum install  php-mysqlnd php-zip php-openssl php-ldap php-gd php-mcrypt php-mbstring php-curl php-xml php-pear php-bcmath