0

I've got a Centos 6 server (x64) with PHP 5.5.1 running on it. But I would like to downgrade to 5.4.*.

I already tried this command

yum downgrade php php-common php-cli

But I'm receiving this error: http://pastie.org/8325539

Thanks in advance

** SOLUTION **

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

1 回答 1

0

也许您应该完全删除 5.5.x,然后安装 5.4.x

关于错误,这些是由于可能受降级影响的依赖关系造成的;像 gd 和 mbcrypt。

于 2013-09-14T15:15:20.563 回答