mongodb 1.16.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-2265] - Possible deadlock when querying during a MongoDB node restart
* [PHPC-2268] - Remove duplicate call to bson_iter_key in BSON\Iterator::key

** Task
* [PHPC-2258] - Upgrade libmongoc to 1.24.2
* [PHPC-2263] - Detect XSI or GNU strerror_r() implementation during build process
* [PHPC-2270] - Define constants for POSIX features and extensions used by libmongoc 1.24
* [PHPC-2271] - Upgrade libmongoc to 1.24.3