Vestacp: 多 PHP 脚本 Vestacp 免费面板



多 PHP

系统需求

  • Centos 6.7 和 Centos 7

安装

wget https://raw.githubusercontent.com/Skamasle/sk-php-selector/master/sk-php-selector2.sh
bash sk-php-selector2.sh


bash sk-php-selector2.sh php72


安装其他模块

搜索

yum search php70 --enablerepo=remi |grep opcache
#output:php70-php-opcache.x86_64 : The Zend OPcache

安装

yum install php70-php-opcache --enablerepo=remi

查找需要的 ini 文件

/usr/bin/php70 --ini |grep opcache
Additional .ini files parsed:      /etc/opt/remi/php70/php.d/10-opcache.ini,


最新回复 (1)
全部楼主
  • Cola 2018-9-10
    引用 2
    yum  --enablerepo=remi-php70  install  php70-php  php70-php-pear  php70-php-bcmath  php70-php-pecl-jsond-devel  php70-php-mysqlnd  php70-php-gd  php70-php-common  php70-php-fpm  php70-php-intl  php70-php-cli  php70-php  php70-php-xml  php70-php-opcache  php70-php-pecl-apcu  php70-php-pecl-jsond  php70-php-pdo  php70-php-gmp  php70-php-process  php70-php-pecl-imagick  php70-php-devel  php70-php-mbstring

    修改PHP版本安装不同拓展
返回