我已經從https://github.com/mongodb/mongo-php-driver/downloads下載了php_mongo-1.3.2RC1.zip
然後我已經將它們全部解壓到我的C:\xampp\php\ext
目錄中。要通過位於'C:\ xampp \ htdocs \ index.php'目錄中的php文件來使用mongodb,我已將extension=php_mongo-1.3.2RC1-5.2-vc9.dll
此行添加到C:\xampp\php\php.ini
。在PHP中找不到MongoClient
但我有這個錯誤Fatal error: Class 'MongoClient' not found
。我能做些什麼來使它工作?
我在php 5.2
上運行的windows 8 64 bit
上使用Xampp
。
我試圖寫在cmd
php
和它返回以下行:
Warning: PHP Startup: mongo: Unable to initialize module
Module compiled with module API=20060613
PHP compiled with module API=20100525
These options need to match
in Unknown on line 0
我試圖phpinfo()
爲@ j0k已經問過了,它返回:
Configuration File (php.ini) Path C:\Windows
Loaded Configuration File C:\xampp\php\php.ini
您是否編輯過正確的php.ini? – j0k 2013-02-09 08:16:37
@ j0k,我們有多個php.ini嗎? :S – sadaf2605 2013-02-09 09:52:43
是的,它可以發生。你修改了哪一個?另外,如果你能看到'mongo'這個部分,可以用'phpinfo()'來檢查。 – j0k 2013-02-09 09:53:41