Skip to content

Instantly share code, notes, and snippets.

@saturngod
Created September 3, 2012 07:37
Show Gist options
  • Save saturngod/3607644 to your computer and use it in GitHub Desktop.
Save saturngod/3607644 to your computer and use it in GitHub Desktop.
git mongod db driver clone
$ sudo vi /etc/php.ini
$ git clone git://github.com/mongodb/mongo-php-driver.git
$ brew install autoconf
$ cd mongo-php-driver/
$ phpize
$ ./configure
$ make
$ sudo make install
;extension=php_zip.dll
extension = mongo.so
$ sudo apachectl restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment