The PHP team is happy to announce that version 1.18.0 of the mongodb PHP extension is now available on PECL. This complements the 1.18.0 library release.
Release Highlights
This release updates bundled versions of libmongoc and libmongocrypt to 1.26.1 and 1.9.1, respectively.
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.18.0
or update with:
pecl upgrade mongodb-1.18.0
Windows binaries are attached to the GitHub release notes.