MongoDB PHP Extension 1.9.2 Released

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

Release Highlights

This release fixes an issue with MongoDB\BSON\toPHP() rewriting memory for its $typeMap argument. The bundled version of libbson and libmongoc has also been updated to 1.17.7.

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

Documentation

Documentation is available on PHP.net:
PHP: MongoDB - Manual

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

or update with:

pecl upgrade mongodb-1.9.2

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

1 Like