The PHP team is happy to announce that version 2.4.1 of the MongoDB PHP extension is now available.
- mongodb/mongodb-extension on Packagist.
- mongodb on PECL
Release Highlights
- PHPC-2745: Reject null bytes in namespaces and periods in database names [v2.4] by @GromNaN in #2060
- PHPC-2742: Bump libmongocrypt to 1.20.2 by @GromNaN in #2051
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:
pie install mongodb/mongodb-extension:2.4.1
Sources and Windows binaries are attached to the GitHub release notes.