首先来到php7的安装目录 $ /usr/local/php/bin/pecl install mongodb
接下来我们需要打开php.ini文件,添加extension=mongodb.so配置
重启php-fpm:service php-fpm restart
重启nginx服务器:service nginx restart
首先来到php7的安装目录 $ /usr/local/php/bin/pecl install mongodb
接下来我们需要打开php.ini文件,添加extension=mongodb.so配置
重启php-fpm:service php-fpm restart
重启nginx服务器:service nginx restart