Ubuntu下安裝PHP的mongodb擴展操做命令

wget -c https://pecl.php.net/get/mongo-1.6.9.tgz
tar zxvf mongo-1.6.9.tgz
cd mongo-1.6.9
 phpize
./configure
make all
make test
sudo make install
相關文章
相關標籤/搜索