Top Level :: Database
:: mongo
:: 1.2.3
mongo 1.2.3
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.2.3
(stable)
|
ENHANCEMENTS
* Now compatible with PHP 5.4.
* Added MongoPool class for pool-related functionality: - MongoPool::info() for pool information (equivalent to Mongo::poolDebug()) - MongoPool::setSize() to set max pool size (equivalent to Mongo::setPoolSize()) - MongoPool::getSize() to get max pool size (equivalent to Mongo::getPoolSize())
* Added MongoLog class for logging. Logging defaults to off, but log level and what should be logged (e.g., io activity or replica set status) can be tuned.
* Creating new instances of MongoId is faster.
BUG FIXES
* New connections created for replica sets now propegate custom timeouts set on the original connection.
* Fix for replica set authentication. Connecting to a replica set with "mongodb://user:pass@host" syntax would lose authentication info. |
|
Dependencies for release 1.2.3 |
|
|