mongodb 1.0.1

MongoDB driver for PHP


The purpose of this driver is to provide exceptionally thin glue between MongoDB and PHP, implementing only fundamental and performance-critical components necessary to build a fully-functional MongoDB driver.

Windows builds are attached to GitHub releases: https://github.com/mongodb/mongo-php-driver/releases

License: Apache License

Changes

* PHPC-487: Regression tests for check_closed stream handler
* PHPC-487: Reverse logic in check_closed stream handler
* PHPC-499: Only add the dependency when we're actually enabling the extension