安装mongodb扩展

curl -O https://pecl.php.net/get/mongodb-1.2.3.tgz
tar zxf mongodb-1.2.3.tgz

cd mongodb-1.2.3
phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make&&make install

 

posted on 2019-05-25 11:59  薇薇123456  阅读(88)  评论(0编辑  收藏  举报

导航