Skip to content

1.21.1

Compare
Choose a tag to compare
@mongodb-dbx-release-bot mongodb-dbx-release-bot released this 13 Jun 12:46
· 1 commit to v1.21 since this release

The PHP team is happy to announce that version 1.21.1 of the mongodb PHP extension is now available on PECL.

Release Highlights

This version upgrades the bundled libmongoc library to 1.30.5 to fix UTF-8 validation errors.

A complete list of resolved issues in this release may be found in JIRA.

Please note that version 2 of the MongoDB Driver for PHP has been released. Support for version 1 of the driver will end on April 10, 2026.

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.21.1

or update with:

pecl upgrade mongodb-1.21.1

Windows binaries are attached to the GitHub release notes.