Top Level :: Database
:: mongo
:: 1.1.0
mongo 1.1.0
This package is not maintained anymore and has been superseded by
mongodb.
Package Information |
Summary |
MongoDB database driver |
Maintainers |
Jeremy Mikola (lead)
[details]
Derick Rethans <
derick at php dot net >
(lead)
[wishlist]
[details]
Hannes Magnusson <
bjori at php dot net >
(lead)
[details]
|
License |
Apache License |
Description |
This package provides an interface for communicating with the MongoDB database in PHP. |
Homepage |
http://docs.mongodb.org/ecosystem/drivers/php/
|
Release notes
Version 1.1.0
(stable)
|
Replica set reads can be distributed to slaves. This can be done by calling setSlaveOkay on a connection, database, or collection. You can see the slave that will be used with Mongo::getSlave and see/refresh the set status with Mongo::getHosts.You can now see the server used for a query with MongoCursor::info. Added mongo.no_id php.ini option. Better exception is thrown when the database is corrupt. Fixed MongoDB::createCollection parameter parsing on 64-bit machines. |
|
Dependencies for release 1.1.0 |
|
|