mongodb 1.17.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.

Windows builds are attached to GitHub releases: https://github.com/mongodb/mongo-php-driver/releases

License: Apache License

Changes

** Bug
* [PHPC-2325] - Null coalesce operator doesn't silence exception when accessing non-existent BSON field
* [PHPC-2328] - Wrong parameter names for BSON classes implementing ArrayAccess
* [PHPC-2332] - Fix bson_strerror_r compatibility for AIX

** Task
* [PHPC-2322] - Remove ICU and add SRV to phpinfo() output
* [PHPC-2334] - Upgrade libmongoc to 1.25.2