如何在 Mac 10.6.7 上安装 pecl 或 pecl 扩展?

发布于 2024-11-07 16:09:32 字数 181 浏览 0 评论 0原文

我通过 macports 使用 fpm + nginx + mysql 安装 php5.3.6。但我在其中找不到 pecl 或 pecl_http 。

我搜索并谷歌搜索,但什么也没找到。

可以编译某些扩展并将.so文件复制到扩展DIR。但我不知道如何编译pecl_http,没有配置文件。

如何获得?

I install php5.3.6 with fpm + nginx + mysql by macports. But I can't find pecl or pecl_http in it.

I search and google it, but find nothing.

Some extention can be compiled and copy .so file to extention DIR. But I don't know how to compile pecl_http, there's no configure file.

How to get it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

木落 2024-11-14 16:09:32

通过 macports 提供的那些是单独的 php5-* 包:

$ port list php5* | grep http
php5-http                      @1.7.0          php/php5-http

$ port list php5*
[lots of results...]

Those that are available through macports are separate php5-* packages:

$ port list php5* | grep http
php5-http                      @1.7.0          php/php5-http

$ port list php5*
[lots of results...]
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文