Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过 macports 用 fpm + nginx + mysql 安装 php5.3.6。但我在其中找不到 pecl 或 pecl_http 。
我搜索和谷歌它,但什么也没找到。
可以编译某些扩展并将 .so 文件复制到扩展 DIR。但是我不知道如何编译pecl_http,没有配置文件。
如何得到它?
通过 macports 可用的是单独的 php5-* 包:
$ port list php5* | grep http php5-http @1.7.0 php/php5-http $ port list php5* [lots of results...]