fphp

How to PHP MongoDB extenstion

Installation of PHP MongoDB extenstion: wget “http://pecl.php.net/get/mongo-1.2.10.tgz” tar xzf mongo-1.2.10.tgz cd mongo-1.2.10/ /usr/local/php/bin/phpize ./configure –with-php-config=/usr/local/php/bin/php-config make sudo make install Add extension=mongo.so in php.ini vim /usr/local/php/lib/php.ini