After going trough a lot of googling I just cant seem to get my php mongo-db driver working.
I think i have the latest xamp. php 7.0.5 VC14 and I have the latest mongodb driver i could find and it gets displayed by phpinfo()
If I use new MongoClient()
, or new Mongo()
or even new Mongodb()
I always get an error.
Can someone please point me to a page that can help or even give a solution. My xamp is installed under c:\dropbox\programming\xamp
. I dont know if that might be the issue?