我安裝了wampserver和mongodb都啓動和運行我安裝了mongodb擴展PHP 5.3 VC6線程安全的Mongo擴展並添加php_mongo.dll擴展到php.ini,重新啓動服務器,但它不會在phpinfo()中顯示出來,當然也不會成功。我在哪裏跳過一步?MongoDb與Windows在Windows 7 64位
回答
PHP x86或x64?看看phpinfo中的「建築」。官方驅動程序不支持Apache + PHP x64。
您是否檢查過php_mongo.dll
實際上是在PHP exstension dir中?
是的,我把它放在那裏我自己和在php擴展下的wamp菜單中,我甚至檢查了它:/ – andrei 2011-05-31 20:54:54
php_mongo.dll現已64位架構了。你可以從github下載相同。無需現在降級到32位。
https://github.com/downloads/mongodb/mongo-php-driver/php_mongo-1.2.12.zip
現在我們可以使用'64位'版本。 – 2012-08-15 14:44:09
在我的情況的Windows 7 64位,PHP-5.6.14-Win32的VC11-x64和php_mongo-1.6.11-5.6-TS-VC11-64 檢查VSVC版本後,配置php.ini位置,在php.ini中放入正確的文件extensio_dir。並添加到sytema PATH的位置。
您需要的libeay32.dll複製,libsasl.dll和ssleay32.dll到C:\ Windows \ System32下和C:\ WINDOWS \ SysWow64資料
美好的一天。
- 1. 在Windows 7上安裝Mongodb - 64位
- 2. 在64位Windows 7
- 3. 在Windows 7 64位
- 4. 在Windows 7 64位
- 5. f2py與Windows 7(64位)
- 6. msysGit 64位Windows 7
- 7. MAPI Windows 7 64位
- 8. Windows 7 64位dll註冊與Windows 8.1 64位dll註冊
- 9. emgucv在64位Windows 7
- 10. 在Windows 7 PHP5 ISAPI(64位)
- 11. ImageMagick for Windows在Windows 7專業64位?
- 12. 在WINDOWS 7安裝NUMBER 7 64位
- 13. Windows 7與OCX加載64位問題
- 14. FileNotFoundException與Windows 7上的Assembly.LoadFile 64位
- 15. 使用mod_rewrite與XAMPP和Windows 7 - 64位?
- 16. 的char *(64位(Windows 7)中)
- 17. Windows 7上的System.Data.OracleClient 64位
- 18. Sharepoint安裝Windows 7 64位
- 19. 64位Windows 7 fopen prn
- 20. Boost :: Python Windows 7 64位
- 21. GW-Basic for Windows 7(64位)
- 22. Windows xp 32位d3d9.dll與Windows 7 64位d3d9.dll
- 23. 在64位Windows
- 24. OCaml 3.12.0 64位適用於Windows 7 64
- 25. Windows XP(32位)和Windows 7(64位)常見的Windows SDK路徑
- 26. 在Windows XP 64位安裝MongoDB
- 27. PowerBuilder 10.5應用程序在Windows XP 32位到Windows 7 64位
- 28. 在Windows 7上的phpredis 64位xampp
- 29. ccmake。在cygwin和Windows 7(64位)
- 30. 無法在Windows 7安裝pycURL 64位
是的,它是,我切換到32版本。謝謝! – andrei 2011-06-02 11:33:58