当前第2页 返回上一页
1 2 | rpm -qa | grep webstatic
rpm -e 上面搜索到的包即可
|
运行yum install
1 | yum install php55w.x86_64 php55w-cli.x86_64 php55w-common.x86_64 php55w-gd.x86_64 php55w-ldap.x86_64 php55w-mbstring.x86_64 php55w-mcrypt.x86_64 php55w-mysql.x86_64 php55w-pdo.x86_64
|
1 | yum install php56w.x86_64 php56w-cli.x86_64 php56w-common.x86_64 php56w-gd.x86_64 php56w-ldap.x86_64 php56w-mbstring.x86_64 php56w-mcrypt.x86_64 php56w-mysql.x86_64 php56w-pdo.x86_64
|
注:如果想升级到5.6把上面的55w换成56w就可以了。
1 | yum install php70w.x86_64 php70w-cli.x86_64 php70w-common.x86_64 php70w-gd.x86_64 php70w-ldap.x86_64 php70w-mbstring.x86_64 php70w-mcrypt.x86_64 php70w-mysql.x86_64 php70w-pdo.x86_64
|
安装PHP FPM
1 2 3 | yum install php55w-fpm
yum install php56w-fpm
yum install php70w-fpm
|
注:如果想升级到5.6把上面的55w换成56w就可以了。
相关推荐:php培训
以上就是yum方式如何安装php5.5的详细内容,更多文章请关注木庄网络博客!
返回前面的内容
相关阅读 >>
centos系统不能使用yum命令怎么解决
centos无法使用yum命令进行更新
教你使用centos yum
rpm、yum与源码安装软件详解
yum怎么卸载软件
centos不能使用yum安装软件怎么办
centos7怎么安装nginx-yum方式
rpm、yum与源码安装软件详解
centos7 yum安装php的方法
centos7下yum命令无法使用怎么解决
更多相关阅读请进入《yum》频道 >>
转载请注明出处:木庄网络博客 » yum方式如何安装php5.5