mongodb 1.4.0RC2

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

** Bug
* [PHPC-1104] - pecl package misses zlib sources

** New Feature
* [PHPC-1109] - Support batchSize getMore option for command cursors