php动态安装mongo扩展
时间:2015-01-31 19:17:28
收藏:0
阅读:270
首先下载mongo扩展包
http://pecl.php.net/package/mongo
开始安装把
wget http://pecl.php.net/get/mongo-1.5.8.tgz
tar zxvf mongo-1.5.8.tgz
cd mongo-1.5.8
/usr/local/php/bin/phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make && make install
不谢!
原文:http://www.cnblogs.com/guangxiaoluo/p/4264433.html
评论(0)