php的安装

Posted rcj_飞翔

tags:

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

 

yum install epel-release
rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
yum list --enablerepo=remi --enablerepo=remi-php56 | grep php
yum list --enablerepo=remi --enablerepo=remi-php56 | grep php56
yum list --enablerepo=remi --enablerepo=remi-php56 | grep php56w-fpm

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

 

单独安装模块

yum install --enablerepo=remi --enablerepo=remi-php56 php-gd

 





以上是关于php的安装的主要内容,如果未能解决你的问题,请参考以下文章

Docker php安装扩展步骤详解

linux的php安装目录在哪

php 怎么安装扩展

PHP之RABBITMQ安装篇-WINDOWS下安装

如何安装php的扩展bcmath

LNMP编译安装之php安装--图文详解