咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
安装不同PHP版本需要提供源.
安装:
#安装epel源
yum install epel-release
#安装PHP源,网站使用国内镜像
rpm -ivh https://www.landui.com/remi/enterprise/remi-release-7.rpm
#查看启用情况
yum list --enablerepo=remi --enablerepo=remi-php56
#安装PHP56及相关模块组件
yum install --enablerepo=remi --enablerepo=remi-php56 php php-opcache php-pecl-apcu php-devel php-mbstring php-mcrypt php-mysqlnd php-phpunit-PHPUnit php-pecl-xdebug php-pecl-xhprof php-pdo php-pear php-fpm php-cli php-xml php-bcmath php-process php-gd php-common --skip-broken
安装时候可以不用带 "-y"参数,可以检查看下对应的php是不是正确
启动加开启自启
systemctl enable php-fpm --new
检查安装的PHP:
yum list installed | grep php