Reputation: 53
When I look at the output from phpinfo()
it states mongodb version 1.1.2
.
When I run db.version()
in Robomongo it states 3.2.1
.
Why does phpinfo()
give me a different version to that from Robomongo?
Also, how can I tell if I have the latest PHP Drivers for MongoDB?
Upvotes: 3
Views: 133