The PHP team is happy to announce that version 1.15.1 of the mongodb PHP extension is now available on PECL.
Release Highlights
This release updates libmongoc to 1.23.2 and fixes a potential null pointer access when encountering a write concern error without an error message. It also ensures that Windows DLLs are built for all supported PHP versions.
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.15.1
or update with:
pecl upgrade mongodb-1.15.1
Windows binaries are attached to the GitHub release notes.