mongo 1.2.5

MongoDB database driver


This package provides an interface for communicating with the MongoDB database in PHP.

License: Apache License

This package is not maintained anymore and has been superseded.

Changes

ENHANCEMENTS

* Add connection information to cursor exceptions, see
MongoCursorException::getHost.

* Allow metadata to be sent using MongoGridFS::storeUpload.

* Connections are now fork-safe.

* Removed username/password from connection URI parse exception message.

* Slight optimization of receiving database responses.

BUG FIXES

* Fixed replica set master determination with authentication enabled (which
would cause "invalid command" errors and segmentation faults).