Skip to content

1.3.3

Compare
Choose a tag to compare
@jmikola jmikola released this 21 Nov 21:17

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

Release Highlights

This release upgrades our libbson and libmongoc dependencies to 1.8.2, which fixes a crash when constructing a MongoDB\Driver\Manager object with SCRAM-SHA-1 authentication but without a username. Rather than crash, the driver now correctly throws an exception.

A complete list of resolved issues in this release may be found at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=12484&version=19388

Documentation

Documentation is available on PHP.net:
http://php.net/set.mongodb

Feedback

Any bugs or issues may be reported via the following form:
https://jira.mongodb.org/secure/CreateIssue.jspa?pid=12484&issuetype=6

Installation

You can either download and install the source manually, or you can install the extension with:

pecl install mongodb

or update with:

pecl upgrade mongodb

Windows binaries are available on PECL:
http://pecl.php.net/package/mongodb