mongodb 1.8.0RC1

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-1648] - Ensure directConnection is validated when specified in URI options array

** Task
* [PHPC-1635] - Ensure OCSP and AWS auth are tested on both 4.4 and latest

** Improvement
* [PHPC-1556] - Reduce Client Time To Recovery On Topology Changes