php-5.5.15下mongo扩展安装

下载地址:https://pecl.php.net/package/mongo

选择版本:mongo-1.4.5

 

 cd /opt/install/

wget https://pecl.php.net/get/mongo-1.4.5.tgz

tar zxvf mongo-1.4.5.tgz 
mv mongo-1.4.5 /opt/
cd ../mongo-1.4.5/
/opt/php-5.5.15/bin/phpize 
./configure --with-php-config=/opt/php-5.5.15/bin/php-config 
make
make install
ll /opt/php-5.5.15/lib/php/extensions/no-debug-zts-20121212/
vim /opt/php-5.5.15/etc/php.ini

你可能感兴趣的:(PHP)