mongodb 1.4.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.

License: Apache License

Changes

** Bug
* [PHPC-1124] - Add correct include path for SASL
* [PHPC-1125] - Out-of-source compilation with bundled zlib fails

** Task
* [PHPC-456] - Document caveats of serializing BSON document to arrays with type maps