我目前正在使用xampp for PHP。我在我的系统中安装了 *mongo_db(1.8.5)* 并且还在我的系统中安装了xampp-1.8.1-VC9。为了为mongoDB配置 PHP ,我下载了 *php_mongo.dll*(尝试了VC9 thread safe
和non-thread safe
)并将.dll文件粘贴到'../php/ext'目录中,并添加extension=php_mongo.dll
到了php.ini文件中。
现在,当我尝试在xampp中启动apache时,即使apache正在启动,它也会显示以下显示。
PHP startup mongo: Unable to initialize module
Module compiled with module API : 20090626
PHP compiled with module API : 20100525
These options need to match.
我连接Mongo的.php代码也不起作用。这意味着某处有问题。
我要去哪里错了。任何帮助,将不胜感激。