Releases: mongodb/mongo-php-driver-legacy
Legacy MongoDB PHP Driver 1.6.16 released
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 sixteenth bug fix release of the 1.6 series of the legacy MongoDB PHP Driver.
This release fixed an undefined symbol error introduced in the 1.6.15 release. The release includes no changes to driver functionality.
You can find a more thorough description of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=18752
Windows binaries are available through the PECL website:
https://pecl.php.net/package/mongo/1.6.16/windows
Special thanks to Remi Collet for his contribution to this release.
Legacy MongoDB PHP Driver 1.6.15 released
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 fifteenth bug fix release of the 1.6 series of the legacy MongoDB PHP Driver.
This release ensures that the OpenSSL libraries are linked during the build process (if OpenSSL is enabled) in order to avoid a possible undefined symbol error that could prevent the extension from loading. The release includes no changes to driver functionality.
You can find a more thorough description of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=18750
Windows binaries are available through the PECL website:
https://pecl.php.net/package/mongo/1.6.15/windows
Legacy MongoDB PHP Driver 1.6.14 released
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 fourteenth bug fix release of the 1.6 series of the legacy MongoDB PHP Driver.
This release fixes a crash related to deregistering connections to inaccessible servers. It also includes a performance improvement to route unacknowledged write operations (via the MongoCollection
methods) through legacy opcodes when possible.
You can find a more thorough description of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=16829
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.14/windows
Special thanks to Matt Klein for his contribution to this release.
Legacy MongoDB PHP Driver 1.6.13 released
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.
Legacy MongoDB PHP Driver 1.6.12 released
This is the twelfth bug fix release of the 1.6 series of the legacy MongoDB PHP Driver. This release fixes a memory allocation issue for connection hashes.
You can find a more thorough description of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=15803
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.12/windows
MongoDB PHP Driver 1.6.11 released
This is the eleventh bug fix release of the 1.6 series of the MongoDB PHP Driver. This release fixes a compatibility issue for big endian platforms.
You can find a more thorough description of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=15801
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.11/windows
Special thanks to David Jeffreys for his contribution to this release.
MongoDB PHP Driver 1.6.10 released
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
MongoDB PHP Driver 1.6.9 released
This is the ninth bug fix release of the 1.6 series of the MongoDB PHP Driver. This release fixes several issues related to decoding invalid BSON data.
You can find a more thorough description of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=15558
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 and:
https://s3.amazonaws.com/drivers.mongodb.org/php/index.html
MongoDB PHP Driver 1.6.8 released
This is the eighth bug fix release of the 1.6 series of the MongoDB PHP Driver. This release fixes an issue where the driver might crash when accessing the stream context of a persisted connection. Additionally, it resolves an issue with parsing of the boolean "ssl" option for MongoClient.
You can find a more thorough description of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=15510
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 and:
https://s3.amazonaws.com/drivers.mongodb.org/php/index.html
MongoDB PHP Driver 1.6.7 released
This is the seventh bug fix release of the 1.6 series of the MongoDB PHP Driver. This release fixes an issue where the driver would crash when requesting indexes on a non-existent collection. It also resolves an issue where the driver would not allow execution of user administration commands on the special "$external" database.
You can find a more thorough description of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=15440
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 and:
https://s3.amazonaws.com/drivers.mongodb.org/php/index.html