wget http://pecl.php.net/get/mongo-1.6.10.tgz
tar zvfx mongo-1.6.10.tgz
cd mongo-1.6.10
/usr/local/php-5.5.18/bin/phpize
./configure --enable-mongo=stare --with-php-config=/usr/local/php-5.5.18/bin/php-config
make
make install
cd ..
vim /usr/local/php-5.5.18/etc/php.ini
#-------------------------------------------------
extension=mongo.so
#-------------------------------------------------

/etc/init.d/php-fpm restart

相关文章:

  • 2022-12-23
  • 2022-01-05
  • 2021-09-28
  • 2022-01-01
  • 2021-08-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2019-08-22
  • 2021-12-01
  • 2022-12-23
  • 2021-08-21
  • 2021-06-13
  • 2021-06-10
  • 2022-12-23
相关资源
相似解决方案