mongodb 1.4.3

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-1151] - Possible segfault is Session object is freed before Cursor
* [PHPC-1152] - Aggregate may fail to use the same session for getMore commands
* [PHPC-1162] - Dumping cursor while iterating with IteratorIterator may segfault

** Task
* [PHPC-1136] - Add Appveyor build status badge to readme
* [PHPC-1156] - Default to Secure Transport on macOS before OpenSSL
* [PHPC-1157] - Upgrade bundled libmongoc and libbson to 1.9.4
* [PHPC-1159] - Test on specific server versions in Travis CI

** Improvement
* [PHPC-1161] - Free reference to Session once Cursor is exhausted