我一直在按照本教程尝试安装 PHP MongoDB 扩展,但不幸的是无法让它工作。
http://www.marcwitteveen.com/tech/mac/installing-mongodb-on-a-mac-so-you-can-access-it-with-php/
我可以访问终端中的集合,数据库已正确安装,但我没有设法让扩展工作。
我有以下问题:
Sinan-MBP:mongo-php-driver-master Sinan$ cd
Sinan-MBP:~ Sinan$ sudo pecl install mongo
pecl/mongo is already installed and is the same as the released version 1.4.1
install failed
我已经尝试了好几次,所以这可能就是我收到此消息的原因。但是,即使在 php.ini 中添加了“extension=mongo.so”,我也无法在我的 PHP 代码中使用 MongoDB。
感谢您的帮助。