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

** Bug
* [PHPC-1221] - Accept "yes" and no value for non-binary PHP_ARG_WITH() options

** Task
* [PHPC-1217] - Remind users to include __pclass field in projections
* [PHPC-1224] - Remove 2.6 servers from Travis CI