Thursday, August 02, 2012

mongodb: php driver installation

download and unzip mongodb-mongo-php-driver (i currently use mongodb-mongo-php-driver-1.2.10-158-ged35f95.zip)

# ./configure
# make
# makeinstall


add extension=mongo.so in your php.ini


make sure you have your php's extension_dir pointing to the right path where mongo.so is located

No comments:

Post a Comment

SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...