| Package Information |
| Summary |
MongoDB driver for PHP |
| Maintainers |
Jeremy Mikola (lead)
[details]
Pauline Vos (lead)
[details]
Jérôme Tamarelle (lead)
[details]
Katherine Walker (developer)
[details]
Andreas Braun (lead)
[details]
Derick Rethans (lead)
[inactive]
[wishlist]
[details]
Hannes Magnusson (lead)
[inactive]
[details]
|
| License |
Apache License |
| Description |
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. |
| Homepage |
https://www.mongodb.com/docs/drivers/php-drivers/
|
Release notes
Version 2.3.2
(stable)
|
## 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 |