Centos配置PHP5.6

Posted dennyxiao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos配置PHP5.6相关的知识,希望对你有一定的参考价值。

注意:要先安装apache和mysql

1.配置apache、mysql 参考链接我的博客园:
https://www.cnblogs.com/dennyxiao/p/11132683.html

除了安装PHP5.6是下面的步骤以外,其他的配置方可参考上面的链接哟!!!

2.配置php5.6

#配置安装的yum源

# yum install epel-release
# rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm

#查看可以安装的php包

# yum list --enablerepo=remi --enablerepo=remi-php56 | grep php

#安装PHP5.6

# yum install --enablerepo=remi --enablerepo=remi-php56 php php-opcache php-devel php-mbstring php-mcrypt php-mysqlnd php-phpunit-PHPUnit php-pecl-xdebug php-pecl-xhprof php-fpm
用PHP命令查看版本。

# php -v

技术图片

PHP5.6安装完成!!!!!!

 

以上是关于Centos配置PHP5.6的主要内容,如果未能解决你的问题,请参考以下文章

centos 7 怎样配置网络

centos 下如何配置httpd 服务

centos7.4配置静态路由

怎么查看centos7的网络配置

centos7 网络配置

CentOS7网卡配置