I am having problems with mongo in php, I am working with wamp
I have already put extension=php_mongodb.dll in php.ini
It is working when I call the script in the browser

But when I call the script in console it show this error

Need help
I am having problems with mongo in php, I am working with wamp
I have already put extension=php_mongodb.dll in php.ini
It is working when I call the script in the browser

But when I call the script in console it show this error

Need help
"Console" and "Web" are using two different PHP binaries (and configurations).
Put the extension=php_mongodb.dll also in the so called php-cli version php.ini and the problem should be solved.