【发布时间】:2015-09-08 00:59:19
【问题描述】:
我安装了Ubuntu14.04 和PHP 5.5.9。
现在我需要PHP 5.4.*
正如我所见,它无法降级。
我必须清除它,然后安装旧版本。
我到处搜索,但找不到有关如何获取有效的旧 PHP 版本的说明。
我已经尝试使用apt-get install php5=version 获取它,但apt-cache policy php5 总是只显示PHP 5.5.9
还有 wget php5.4...../configure
制作
进行安装
不工作。
我的问题有什么解决方案?
【问题讨论】:
-
究竟是什么不起作用?获取 php 5.4?安装 php 5.4?让 php5.4 出现在 apache 中而不是 5.5 中?
标签: php ubuntu ubuntu-14.04