I installed mongodb on windows10. But, couldnt install mongodb briver on my wamp.
Mongodb version:2.6.1
Wamp version: 5.5.12
compiler: MSVC11(visual C++ 2012)
Operating System: Windows 10 64 bit.
mongodb dll used:php_mongo-1.6.8-5.5-vcl11-x86_64.dll
I renamed the dll to php_mongo.dll and in php INI file i added extension=php_mongo.dll.
I restart the wamp and done all the possible things. But, the mongodb is still not showing in phpinfo page and the new mongo() instance is giving fatal error. Please help me. I am probing since two days.