I´m trying to add the driver for mongoDB in xampp(PHP). xampp version is 3.2.1 with Current PHP version: 5.5.11
I placed the compatible php_mongo.dll(which was originally php_mongo-1.5.7-5.5-vc11.dll, so it is compattible with php 5.5) in the ext folder, I added extension=php_mongo.dll to the end of my php.ini file
when I try to start the apache server using xampp, xampp gives me the warning "PHP Startup:"(blank space)
and can't find the Mongo class, so the driver is not loading.
am I doing something wrong? Can I use something else besides xampp and easier?