Skip to content

Windows is here! Docs Online!

Pre-release
Pre-release
Compare
Choose a tag to compare
@bjori bjori released this 25 Mar 23:15

The MongoDB driver for PHP now supports Windows!

The binaries should be available shortly on http://pecl.php.net/package/mongodb

Documentations

Docs are online at the docs staging area: http://docs.php.net/set.mongodb

Full release notes

https://github.com/10gen-labs/mongo-php-driver-prototype/blob/master/RELEASE-0.3.0

Installing in *nix

$ pecl install mongodb-alpha
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`