mongodb / mongo-php-driver

The Official MongoDB PHP driver
https://pecl.php.net/package/mongodb
Apache License 2.0
878 stars 199 forks source link

PHPC-2376: Test against MongoDB 8.0 #1598

Closed alcaeus closed 3 weeks ago

alcaeus commented 3 weeks ago

PHPC-2376

This PR also updates libmongoc to its latest version (as the libmongoc-next-stable builds fail due to the updated zlib dependency) and fixes version detection when building with a newer libmongoc version (a problem introduced by python not being in the PATH on Debian 12).

alcaeus commented 3 weeks ago

Why do you update libmongoc in the same PR?

I discovered it was broken when working on these changes and decided to fix it here instead. I can extract it to a separate pull request if you'd like, especially since the tests won't succeed until https://github.com/mongodb-labs/drivers-evergreen-tools/pull/452 is merged.