mongo 1.3.0RC3

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

** Bug
* [PHP-543] - mongo::connect() should return a bool value
* [PHP-568] - The driver crashes after having copied a server definition to resolve authenticated connections
* [PHP-574] - Problems with auth-switch and wrong credentials

** Improvement
* [PHP-569] - Add support for w=0 and make sure append_getlasterror sets the correct flags

** New Feature
* [PHP-557] - Implement w=0/w=1 as specific values for writeConcerns.

** Task
* [PHP-565] - Add license headers to the files in mcon/