在CentOS安装PHP5.6 YUM版
程序员文章站
2022-03-29 21:22:05
配置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
上一篇: 元宵用的是什么面粉制作出来的
推荐阅读
-
centos7利用yum安装mysql 8.0.12
-
在Windows XP系统安装SQL server 2000 企业版(图解版)
-
jdk在centos中安装配置图文教程
-
CentOS7下MySQL5.7安装配置方法图文教程(YUM)
-
Red Hat Enterprise Linux / CentOS 7 yum安装zabbix4.0
-
centos6利用yum安装php mysql gd的步骤
-
Centos7 Yum安装PHP7.2流程教程详解
-
在RHEL 6.5上使用yum更新/安装软件的操作方法
-
淘宝Web服务器Tengine在CentOS下的安装教程
-
详解Centos下YUM安装PHP的两种方式