1.1.6
The PHP team is happy to announce that version 1.1.6 of our new mongodb PHP extension is now available on PECL.
Release Highlights
This release fixes a bug with parsing the connectTimeoutMS
option, when passed through MongoDB\Driver\Manager
's options array. It also resolves an issue where BulkWrite::insert()
would not generate ObjectID (and return null) if another top-level field in the document had an "_id" prefix. In such a case, libmongoc would still generate an ObjectID for the document; however, that value would not be made available through the PHP driver.
This release also bumps the versions of bundled libmongoc and libbson libraries to 1.3.5.
A complete list of resolved issues in this release may be found at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=12484&version=16611
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
or update with:
pecl upgrade mongodb
Windows binaries are available on PECL:
http://pecl.php.net/package/mongodb