Releases: mongodb/mongo-php-driver-legacy
MongoDB PHP Driver 1.6.6 released
This is the sixth bug fix release of the 1.6 series of the MongoDB PHP Driver. This release addresses issues related to crashes when using SSL under certain circumstances.
You can find a more thorough description of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=15286
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.5 released
This is the fifth bug fix release of the 1.6 series of the MongoDB PHP Driver. This release addresses issues related to connecting with SSL on PHP 5.6, and adds additional checks for the validity of SSL certificates.
You can find a more thorough description of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=15182
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.4 released
This is the fourth bug fix release of the 1.6 series of the MongoDB PHP Driver. This release addresses an issue regarding the use of hasNext with limit 1; and an issue where we send fsync/journal write concerns as false, instead of considering a default value and sending nothing.
You can find a more thorough description of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=14866
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.3 released
This is the third bug fix release of the 1.6 series of the MongoDB PHP Driver. This release addresses an issue regarding the use of hasNext and limit on cursors, and issue regarding multiple iterations on a single cursor.
You can find a more thorough description of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=14841
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.2 released
This is the second bug fix release of the 1.6 series of the MongoDB PHP Driver. This release addresses a couple of edge cases with hasNext()
that were not completely addressed by the previous release. Specifically, hasNext()
should now return correctly for single-document results and on getMore boundaries when dealing with
tailable cursors.
You can find a list of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=14830
If you find any issues, please report them through JIRA at:
https://jira.mongodb.org/browse/PHP.
We would be more than happy to have a look at them, but please provide as much information as possible in order for us to more easily identify and fix the problem.
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:
https://s3.amazonaws.com/drivers.mongodb.org/php/index.html
MongoDB PHP Driver 1.6.1 released
This is the first bug fix release of the 1.6 series of the MongoDB PHP Driver. This release addresses an issue with getNext()
not returning a document when hasNext()
had returned true.
You can find a list of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=14825
If you find any issues, please report them through JIRA at:
https://jira.mongodb.org/browse/PHP.
We would be more than happy to have a look at them, but please provide as much information as possible in order for us to more easily identify and fix the problem.
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:
https://s3.amazonaws.com/drivers.mongodb.org/php/index.html
MongoDB PHP Driver 1.6.0 released
We are glad to announce the release of version 1.6.0 of the MongoDB PHP driver.
It supports all new features for MongoDB 3.0, including:
- Support for WiredTiger, and other storage engines.
- Support for the new SCRAM-SHA-1 SASL authentication mechanism
- Support for 50 replica set members
With this release, some driver functionality has been removed:
- Support for PHP 5.2; only PHP 5.3 through 5.6 are now supported.
We also resolved many other bugs and issues. You can find a list of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=14800
If you find any issues, please report them through JIRA at:
https://jira.mongodb.org/browse/PHP
We'd be more than happy to have a look at them, but please do provide as much information as possible in order for us to more easily identify and fix the problem.
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 for most PHP versions will be available via PECL:
http://pecl.php.net/mongo
Additional Windows binaries are available on:
https://s3.amazonaws.com/drivers.mongodb.org/php/index.html
MongoDB PHP Driver 1.6.0RC3 released
This is the third release candidate of the 1.6 series of the MongoDB PHP Driver.
This release fixes issues related to changes in MongoDB 2.8RCs and numerous other issues that we found while testing new functionality and support for 2.8 features. More specifically, it contains updates to address server changes in the return format of the listCollections and listIndexes commands.
You can find a more thorough description of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=14714
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.0RC2 released
This is the second release candidate of the 1.6 series of the MongoDB PHP Driver.
This releases fixes build issues on Windows, and in general for PHP versions 5.3.0-5.3.3 and other minor issues.
You can find a more thorough description of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=14582
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-beta
or update with:
pecl upgrade mongo-beta
Windows binaries are available through the PECL website and:
https://s3.amazonaws.com/drivers.mongodb.org/php/index.html
MongoDB PHP Driver 1.6.0RC1 Released
This is the first release candidate of the 1.6 series of the MongoDB PHP driver.
The 1.6 series adds compatibility for new MongoDB 2.8 features, such as SCRAM-SHA-1 authentication, index hints on count commands, and listCollections and listIndexes commands. Additionally, this release includes internal refactoring that improves compatibility with generators and resolves issues with memory leaks. Lastly, PHP 5.2 is no longer supported (PHP 5.3 is the new minimum requirement).
You can find a more thorough description of all the resolved issues at:
https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10007&version=14191
If you find any issues, please follow the reporting process 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-beta
or update with:
pecl upgrade mongo-beta