Hi ,
I have installed mongodb version 1.1.4 on my ubuntu 10.10
To make mongodb work with php ,I have php driver for mongodb namely pecl
After installing I have add 'extension=mongo.so' to php.ini file.
I have rested my apache2 server
but mongodb information is shown in phpinfo() .
i have checked pecl is working by the following command.
$ pecl search mongo
Retrieving data...0%
Matched packages, channel pecl.php.net:
=======================================
Package Stable/(Latest) Local
mongo 1.1.4 (stable) 1.1.4 MongoDB database driver
Still mongodb information is shown in phpinfo().
looking for possible helps and support.
Thank you