2020年8月

  1. 安装 epel 扩展

    yum -y install epel-release

  2. 安装 webtatic repo

    rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm

  3. 安装基本PHP组件

    yum -y install php72w-cli php72w-common php72w-devel php72w-fpm php72w-mbstring php72w-pear php72w-opcache php72w-pdo php72w-gd php72w-pecl-apcu php72w-pecl-apcu-devel

  4. 检查安装结果

    php -v
    PHP 7.2.31 (cli) (built: May 31 2020 16:18:31) ( NTS )
    Copyright (c) 1997-2018 The PHP Group
    Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
    with Zend OPcache v7.2.31, Copyright (c) 1999-2018, by Zend Technologies