Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

MongoDB PHP Driver 1.6.10 released

Compare
Choose a tag to compare
@jmikola jmikola released this 02 Jul 19:11
· 152 commits to master since this release

This is the tenth bug fix release of the 1.6 series of the MongoDB PHP Driver. This release resolves an issue with cursors being left open on a server after a limit query. Additionally, the GridFS component will no longer use the deprecated dropDups option when creating a unique index on its chunks collection.

You can find a more thorough description of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=15615

If you find any issues, please follow the reporting process outlined in:
https://github.com/mongodb/mongo-php-driver#how-to-ask-for-help

The source for the extension can be found at:
http://pecl.php.net/mongo

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

pecl install mongo

or update with:

pecl upgrade mongo

Windows binaries are available through the PECL website:
https://pecl.php.net/package/mongo/1.6.10/windows