Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top