| 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.2.7 (stable) |
BUG FIXES
* PHP-204: ClusteredCursor::query not throwing an Exception
* PHP-262: Added persistent replicaSet container
* PHP-277: Remove cursor from list on cursor reset
* PHP-279: Make accessing connected property quiet
* PHP-286: Try ping on another connection when one fails
* PHP-300: Fixed segfault when execute() is given array() as argument.
* Make mongoLog settings thread safe.
* Fixed memory leaks
* Fixed issues with connection pooling
NEW FEATURES
* PHP-233: Added the continueOnError flag to batch_insert().
* PHP-268: Add slave buckets
* PHP-272: Randomly choose slaves from a given bucket |