当前第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的详细内容,更多文章请关注木庄网络博客!
返回前面的内容
相关阅读 >>
centos7下利用yum安装软件时出错了怎么办
centos无法使用yum命令进行更新
centos7下不能使用yum命令怎么办
centos怎么安装yum
centos7下怎么安装yum
centos7系统无法使用yum命令怎么办
教你使用centos yum
centos7如何使用yum安装php7.2
centos7下yum命令无法使用怎么解决
yum安装php后怎么验证安装好了?
更多相关阅读请进入《yum》频道 >>
转载请注明出处:木庄网络博客 » yum方式如何安装php5.5