在CentOS上选择PHP版本时,需综合考虑以下因素:
安装建议:
sudo yum install epel-release
sudo yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
sudo yum-config-manager --enable remi-php74
sudo yum install php php-common php-opcache php-mysqlnd
alternatives或php-fpm切换版本,安装后重启Web服务器(Apache/Nginx)。版本参考: