简体   繁体   中英

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

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM