The PHP team is happy to announce that version 2.3.3 of the MongoDB PHP extension is now available.
- mongodb/mongodb-extension on Packagist.
- mongodb on PECL
Release Highlights
- Implement memory handling correctness fixes by @alcaeus in #2016
- PHPC-2721: Exclude generated config headers from PECL package by @GromNaN in #2022
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.3.3
Sources and Windows binaries are attached to the GitHub release notes.