一、安装 Remi 存储库
sudo yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
二、安装 PHP 7.4
sudo yum-config-manager --enable remi-php74
sudo yum install php php-cli php-fpm php-mysqlnd php-zip php-devel php-gd php-mcrypt php-mbstring php-curl php-xml php-pear php-bcmath
三、配置 PHP-FPM
sudo systemctl restart php-fpm
四、检查 PHP 版本
php -v