简体   繁体   English

将PHP5.5.1降级到5.4。*

[英]Downgrade PHP5.5.1 to 5.4.*

I've got a Centos 6 server (x64) with PHP 5.5.1 running on it. 我有一个运行了PHP 5.5.1的Centos 6服务器(x64)。 But I would like to downgrade to 5.4.*. 但我想降级到5.4。*。

I already tried this command 我已经尝试过此命令

yum downgrade php php-common php-cli

But I'm receiving this error: http://pastie.org/8325539 但我收到此错误: http : //pastie.org/8325539

Thanks in advance 提前致谢

** SOLUTION ** **解决方案**

yum erase php php-pear php-mysql php-cli php-common

Perhaps you should completely remove 5.5.x and then install 5.4.x 也许您应该完全删除5.5.x,然后安装5.4.x

About the error, those are due to the dependencies which may be affected by the downgrade; 关于错误,这些是由于降级可能影响的依赖关系所致; like gd and mbcrypt. 像gd和mbcrypt。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM