mongodb 1.5.2

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-1110] - advanceOperationTime test failure
* [PHPC-1239] - Passing empty driversOptions array to Manager constructor overrides SSL options in URI
* [PHPC-1241] - OpenSSL 1.1 not found if pkg-config is not available
* [PHPC-1243] - Calling session methods after Session::endSession() causes use-after-free crash

** Task
* [PHPC-1184] - Add alternative topologies to Travis CI
* [PHPC-1205] - Allow unencoded subdelimiters in usernames and passwords
* [PHPC-1227] - Document that transactions do not allow per-op read/write concerns
* [PHPC-1244] - Use majority WC to drop/create collections for transaction tests
* [PHPC-1246] - Document class tree for exception classes
* [PHPC-1248] - Add test to ensure that URI constant is successfully parsed
* [PHPC-1249] - Fix tests running against MongoDB 3.0 replicaset
* [PHPC-1251] - Upgrade libmongoc to 1.12.0