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

License: Apache License

Changes

## What's Changed
* Backport: Replace XtOffsetOf with offsetof for PHP 8.6 compatibility by @GromNaN in https://github.com/mongodb/mongo-php-driver/pull/2011
* PHPC-2715: Fix out-of-source-tree builds by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/2010
* PHPC-2647, PHPC-2715: Fix all possible build configurations (standalone vs. in-tree, in-source vs. out-of-source) by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/2014
* Use debug env var for debug builds by @alcaeus in https://github.com/mongodb/mongo-php-driver/pull/2017


**Full Changelog**: https://github.com/mongodb/mongo-php-driver/compare/2.3.1...2.3.2