Windows is here! Docs Online!
Pre-release
Pre-release
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*||"`