mongodb 1.8.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-1683] - Collect error labels from writeConcernErrors in libmongoc bulk write replies
* [PHPC-1687] - Session::commitTransaction() leaks reply document on success