The PHP team is happy to announce that version 1.16.1 of the mongodb PHP extension is now available on PECL.
Release Highlights
This release fixes build issue on some platforms (e.g. Alpine Linux) when compiling the driver with PHP 8.2+. Additionally, it includes an upstream fix from libmongoc to address a possible deadlock when communicating with a MongoDB server that is in the process of restarting.
This release upgrades our libbson and libmongoc dependencies to 1.24.3.
A complete list of resolved issues in this release may be found in JIRA.
Documentation
Documentation is available on PHP.net.
Installation
You can either download and install the source manually, or you can install the extension with:
pecl install mongodb-1.16.2
or update with:
pecl upgrade mongodb-1.16.2
Windows binaries are attached to the GitHub release notes.