安装 mongodb php扩展

sudo add-apt-repository ppa:chris-lea/mongodb-drivers
sudo apt-get update
sudo apt-get install php-mongodb
sudo service php7.0-fpm restart
service --status-all
php -v
php -m

你可能感兴趣的:(安装 mongodb php扩展)