I am trying to install mongoDB on my system. As indicated in
http://www.mongodb.org/display/DOCS/PHP+Language+Center ,
I downloaded php_mongo.dlland placed it in a folder ../php5.3.0/ext. Then I added extension=php_mongo.dllin php.ini. When I restarted WAMP, I received the following errors:
PHP Startup: unable to load dynamic library php5.3.0/ext/php_gd2.dll
same error for
php_mbstring.dll,php_mysql.dll,php_mysqli.dll,php_pdo_mysql.dll,php_pdo_sqlite.dll.
After that, I got another error:
PHP Startup: Mongo: Unable to initialize module
Module compiled with build ID=API20090626, TS, VC9
PHP compiled with build ID=API20090626, TS, VC6.
These options need to match.
After some reading from the net, I understand that I need to change the compiler for PHP. Does anyone know how to update the php compiler of the VC6 compiler for the php VC9 compiler?
My Apache version 2.2.11 PHP version 5.3.0
Thank you
source
share