Stennie_X
(Stennie)
3
Hi @Jack_Woehr,
Yes, the MongoDB PHP Driver v1.8 supports PHP 7 and 8. The driver has two components: the high-level end user API provided by the MongoDB PHP library (v1.8.0) and the low-level mongodb PHP extension (v1.9.0) that this library builds on.
The documentation includes tables for Language Compatibility and MongoDB Compatibility if you want to confirm supported combinations of PHP driver, PHP language, and MongoDB server versions.
The latest PHP 1.8 driver is listed with both component versions: ext 1.9 + lib 1.8.
Regards,
Stennie