7.6 php7.2

yum -y install epel-release
rpm -ivh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
yum install php72w-cli php72w-devel php72w-common php72w-fpm php72w-opcache php72w-gd php72w-mysqlnd php72w-mbstring php72w-pecl-redis php72w-pecl-memcached php72w -y
php -v

yum install -y httpd

systemctl enable php-fpm.service

systemctl start php-fpm.service

systemctl enable httpd --now

你可能感兴趣的:(linux)