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-2401: Support QEv2 range protocol #1583

Closed jmikola closed 1 month ago

jmikola commented 1 month ago

https://jira.mongodb.org/browse/PHPC-2401

Depends on https://github.com/mongodb/mongo-php-driver/pull/1582

jmikola commented 1 month ago

I noted this PR contains changes related to libmongoc 1.28.0, but I figured those will disappear when https://github.com/mongodb/mongo-php-driver/pull/1582 is merged.

Yup. I'll merge #1582 first and then rebase and merge this.