gpt4 book ai didi

php - 如何在 PHP 5.x 上安装 http_pecl?

转载 作者:可可西里 更新时间:2023-10-31 23:04:56 25 4
gpt4 key购买 nike

我正在尝试在 Ubuntu 14.04 上安装 pecl_http,但它报告需要 PHP 7。

$ sudo pecl install pecl_http
pecl/pecl_http requires PHP (version >= 7.0.0), installed version is 5.5.9-1ubuntu4.14
pecl/raphf requires PHP (version >= 7.0.0), installed version is 5.5.9-1ubuntu4.14
pecl/propro requires PHP (version >= 7.0.0), installed version is 5.5.9-1ubuntu4.14
No valid packages found
install failed
$

在 Debian 上类似:

pecl/pecl_http requires PHP (version >= 7.0.0), installed version is 5.6.17-0+deb8u1
pecl/raphf requires PHP (version >= 7.0.0), installed version is 5.6.17-0+deb8u1
pecl/propro requires PHP (version >= 7.0.0), installed version is 5.6.17-0+deb8u1

我找不到 changelog pecl_http 不向后兼容 PHP 5.x 的任何信息。

我尝试使用 PHP 7.0 并成功安装,但是我可以做些什么来使用 PHP 5.x 安装它吗?

最佳答案

您需要找出哪个版本的 pecl_http 不需要当前版本的 PHP,然后专门安装那个版本。根据文档:

"Package[-version/state][.tar]" : queries your default channel's server (pear.php.net) and downloads the newest package with the preferred quality/state (stable).

To retrieve Package version 1.1, use "Package-1.1," to retrieve Package state beta, use "Package-beta." To retrieve an uncompressed file, append .tar (make sure there is no file by the same name first)

according to the changelog , pecl_http 3.0 是第一个 PHP 7 兼容版本,所以也许可以试试以前的版本。

最终答案:您将寻找 sudo pecl install pecl_http-2.5.5

关于php - 如何在 PHP 5.x 上安装 http_pecl?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35565560/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com