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

MongoDB PHP Driver 1.5.5 released

Compare
Choose a tag to compare
@derickr derickr released this 30 Jul 11:33
· 739 commits to master since this release

This is the fifth bug fix release of the 1.5 series of the MongoDB PHP
Driver. This release addresses a number of issues with the 1.5.4
release. It addresses an issue with connections hanging when the server is
having a write lock while connecting, an issue with representations
of 64-bit integers under some circumstances, and an issue where the PHP driver
would randomly crash due to internal PHP issues with stack sizes.

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

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