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

Legacy MongoDB PHP Driver 1.6.13 released

Compare
Choose a tag to compare
@jmikola jmikola released this 17 Mar 19:54
· 124 commits to master since this release

The legacy PHP driver (mongo) is in maintenance mode and is no longer being actively developed with new functionality. Please consider upgrading to the new PHP driver (mongodb).

This is the thirteenth bug fix release of the 1.6 series of the legacy MongoDB PHP Driver.

This release fixes an issue with socket timeouts only applying to getmore operation and not the initial command query for a command cursor. Additionally, this release also resolves some outstanding GridFS compatibility issues with 64-bit and big endian platforms.

The exception message when the driver encounters an unsupported BSON type has also been changed. Rather than assume an unknown type is evidence of data corruption, we now suggest that users consider upgrading to the new PHP driver (i.e. mongodb extension). New BSON types arriving in MongoDB 3.4 will only be supported in that extension.

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

If you find any issues, please follow the reporting process outlined in:
https://github.com/mongodb/mongo-php-driver-legacy#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.13/windows

Special thanks to David Jeffreys for his contribution to this release.