- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
安装不同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
售前咨询
售后咨询
备案咨询
二维码
TOP