mongo 1.2.4

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

* Added MongoLog::SERVER logging.

BUG FIXES

* Fixed compile for OS X.

* Fixed segfault with authentication on.

* Fixed "_isSelf not found" error.

* Allow non-replica-set connections to reconnect.

* Do not sleep for 0ms before initial query attempt (Hiroaki Kubota)