开发者

how-to install pecl or pecl extention on Mac 10.6.7?

开发者 https://www.devze.com 2023-03-06 00:38 出处:网络
I install php5.3.6 with fpm + nginx + mysql by macports开发者_如何学C. But I can\'t find pecl or pecl_http in it.

I install php5.3.6 with fpm + nginx + mysql by macports开发者_如何学C. 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?


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...]
0

精彩评论

暂无评论...
验证码 换一张
取 消