The new PECL package mongo-1.3.3 (stable) has been released at 
http://pecl.php.net/.

Release notes
-------------
** Bug
    * [PHP-375] - GridFS segfaults when there are more chunks than expected
    * [PHP-603] - MongoGridFS::storeUpload() stores multiple files with same 
$metadata 
    * [PHP-617] - Use real error codes for MongoConnectionException on ctor 
failure
    * [PHP-621] - GridFS test tests/generic/bug00320.phpt has a double free 
issue
    * [PHP-627] - MongoConnection::aggregate() helper breaks on single pipeline 
operator argument
    * [PHP-635] - Passing a collection as second argument to 
MongoCursor::__construct() turns it into a string
    * [PHP-636] - MongoConnectionException when Mongo server restarted
    * [PHP-637] - Deal with negative timestamps in MongoDate
    * [PHP-638] - Read preference get/set methods are not consistent
    * [PHP-639] - MongoCursor::slaveOkay() has no effect in 1.3.2
    * [PHP-644] - mongo.ping_interval and mongo.is_master_interval is unused
    * [PHP-647] - isMaster defaults non-master, non-arbiter connections to 
secondary
    * [PHP-656] - Add host, port and node type to the MongoCursor::info() 
return value.

** Improvement
    * [PHP-383] - Insufficient documentation about the driver-generated 
document _id passing technique
    * [PHP-483] - Implement MongoCursor::setReadPreference()
    * [PHP-620] - Update PHP documentation regarding the "n" value that is 
returned on write acknowledged operations

** Task
    * [PHP-387] - Add examples to GridFS storeBytes, storeFile  and storeUpload 
functions
    * [PHP-479] - Fix all compiler warnings

Package Info
-------------
This package provides an interface for communicating with the MongoDB 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.3.3.tgz

Authors
-------------
Derick Rethans <[email protected]> (lead)
Hannes Magnusson <[email protected]> (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to