在CentOS安装PHP5.6 YUM版
程序员文章站
2022-07-02 20:06:57
配置yum源
追加CentOS 6.5的epel及remi源。
#rpm-Uvhhttps://ftp.iij.ad.jp/pub/linux/fedora/epel/6/...
配置yum源
追加CentOS 6.5的epel及remi源。
#rpm-Uvhhttps://ftp.iij.ad.jp/pub/linux/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpm #rpm-Uvhhttps://rpms.famillecollet.com/enterprise/remi-release-6.rpm
以下是CentOS 7.0的源。
#yuminstallepel-release #rpm-ivhhttps://rpms.famillecollet.com/enterprise/remi-release-7.rpm
使用yum list命令查看可安装的包(Packege)。
#yumlist--enablerepo=remi--enablerepo=remi-php56|grepphp
安装PHP5.6
yum源配置好了,下一步就安装PHP5.6。
#yuminstall--enablerepo=remi--enablerepo=remi-php56phpphp-opcachephp-develphp-mbstringphp-mcryptphp-mysqlndphp-phpunit-PHPUnitphp-pecl-xdebugphp-pecl-xhprof
用PHP命令查看版本。
#php--version PHP5.6.0(cli)(built:Sep3201419:51:31) Copyright(c)1997-2014ThePHPGroup ZendEnginev2.6.0,Copyright(c)1998-2014ZendTechnologies withZendOPcachev7.0.4-dev,Copyright(c)1999-2014,byZendTechnologies withXdebugv2.2.5,Copyright(c)2002-2014,byDerickRethans
推荐阅读
-
在 CentOS 7 中安装 MySQL 8 的教程详解
-
VirtualBox 在Centos 7 中安装增强功能图解 (共享文件夹)
-
centos下非yum方式安装docker环境
-
在CentOS 7.2下安装Mono 5.0的方法教程
-
VMware 8.0 安装汉化方法 附CentOS在VMware下的安装图解
-
CentOS 6/7环境下通过yum安装php7的方法
-
CentOS7yum安装PHP7.2的操作方法
-
centos7下yum方式安装MySQL5.7
-
centos下yum搭建安装linux+apache+mysql+php环境教程
-
Centos 6.5-yum安装出现错误解决方案