[ANNOUNCEMENT] mongo-1.0.5 (stable) Released.
[email protected] ("PECL Announce")
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
The new PECL package mongo-1.0.5 (stable) has been released at http://pecl.php.net/.
Release notes
-------------
Mutex fixes (especially on Windows) and improvements (failures throw exceptions).
New Cursor::info() function, which gives the query, fields, namespace, limit, and
skip (by Cesar Rodas)
Added safe option for remove, update, batch, and gridfs insert methods.
Added keyf option for MongoCollection::group: pass a MongoCode instance as the
grouping key to use keyf.
Added comparison handlers for MongoId, allowing you to use, for example, in_array
with MongoIds.
Package Info
-------------
This package provides an interface for communicating with the Mongo database in PHP.
Related Links
-------------
Package home: http://pecl.php.net/package/mongo
Changelog: http://pecl.php.net/package-changelog.php?package=mongo
Download: http://pecl.php.net/get/mongo-1.0.5.tgz
Authors
-------------
Kristina Chodorow <[email protected]> (lead)