web_ninja
web_ninja

Reputation: 2401

PHP Driver of MongoDB not working on Windows 7

Extract from my php_info() for PHP 5.3.1 is:

System Windows NT DEBI-PC 6.1 build 7600 ((null)) i586

Build Date Nov 20 2009 17:20:57

Compiler MSVC6 (Visual C++ 6.0)

Architecture x86

Thread Safety enabled

I have download php_mongo.dll for VC6 and thread-safe and PHP 5.3, pasted it in the ext folder of php run by xampp and added the extension line to php.ini file.

Still I cannot run mongoDB from PHP

Any help?

Upvotes: 1

Views: 1525

Answers (2)

Neeraj Kumar
Neeraj Kumar

Reputation: 504

This is the new path for this driver https://s3.amazonaws.com/drivers.mongodb.org/php/index.html

Upvotes: -1

user1285107
user1285107

Reputation:

PHP 5.2, 5.3 and 5.4 builds for Windows VC9 (32bit and 64bit) https://github.com/downloads/mongodb/mongo-php-driver/php_mongo-1.2.12.zip

Upvotes: 3

Related Questions