安装apache及其扩展包
yum -y install httpd httpd-manual mod_ssl mod_perl mod_auth_mysql
安装PHP74
1.安装存储库
yum install epel-release
yum -y install https://rpms.remirepo.net/enterprise/remi-release-7.rpm
2.启用remi php74存储库并安装php74
yum -y install yum-utils
yum repolist all |grep php
yum-config-manager --enable remi-php74
3.安装php74及其扩展
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-json php-redis gd gd-devel php-common php-ldap php-xmlrpc php-imap
4.查看php版本
php -v