| Package Information |
| Summary |
MongoDB database driver |
| Maintainers |
Jeremy Mikola (developer) [details] Derick Rethans <derick@php.net> (lead) [wishlist] [details] Hannes Magnusson <bjori@php.net> (lead) [details]
|
| License |
Apache License |
| Description |
This package provides an interface for communicating with the MongoDB database in PHP. |
| Homepage |
http://www.mongodb.org/display/DOCS/PHP+Language+Center |
Release notes Version 1.3.0RC3 (beta) |
** 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/ |