Question

I find mongo.so mysql.so In my default extension dir /usr/lib/php5/20090626+lfs
Before they are all working well.
But today I have some update in my ubuntu,then mongo-extension fail to work in PHP.
But mongo.so is exist in the dir,and i add "extension=mongo.so" in /etc/php5/apache2/php.ini

Was it helpful?

Solution

I have solved it By adding a file named mongo.ini in /etc/php5/conf.d/
it's content is "extension=mongo.so"

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top