I am using Heroku PHP, and has added the MongoHQ addon.
But it gives an error “class Mongo not found” at the line $m = new Mongo();
What else do I need to setup mongo driver on Heroku?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is now supported.
Follow the instructions at https://gist.github.com/1288447
Custom extensions can be added to
/app/www/ext/with your customphp.ini!