github mongodb/mongo-php-driver 1.9.1

latest releases: 1.19.0, 1.18.1, 1.18.0...
3 years ago

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

Release Highlights

This release fixes return values for Cursor::current() and key() when the cursor's position is invalid. It also addresses an issue where the PHP version information reported in the client metadata handshake could be truncated. The bundled version of libbson and libmongoc has also been updated to 1.17.4.

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

Documentation

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

Feedback

We would appreciate any feedback you might have on the project:
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-1.9.1

or update with:

pecl upgrade mongodb-1.9.1

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

Don't miss a new mongo-php-driver release

NewReleases is sending notifications on new releases.