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

Release notes
-------------
** Bug
    * [PHP-922] - Read timed out after reading 0 bytes, waited for 0.000000 
seconds
    * [PHP-978] - Standalone connection to arbiter fails
    * [PHP-1036] - Segmentation Fault when querying large collection and the 
working set is not loaded
    * [PHP-1042] - Document missing MongoClient constructor options
    * [PHP-1056] - Fix MongoCursor handling of projections with numeric field 
names 
    * [PHP-1059] - updatedExisting is always true when updating
    * [PHP-1065] - Mongo driver is crashing
    * [PHP-1071] - Create Index test segfaults
    * [PHP-1075] - close() with parallelCollectionScan() segfaults upon request 
shutdown
    * [PHP-1080] - MongoCursor::$timeout=-1 doesn't work anymore
    * [PHP-1083] - 2.6.1-rc0 requires $gt for OplogReplay
    * [PHP-1084] - collection->update($query, $document) crashes if $document 
is an object
    * [PHP-1085] - w=0 can return an unexpected exception on failure
    * [PHP-1086] - Inserting documents with WriteConcern during failover broken
    * [PHP-1087] - Travis build status incorrect in v1.5 branch
    * [PHP-1088] - Coverity analysis defect 10700: Explicit null dereferenced
    * [PHP-1090] - Coverity analysis defect 22173: Dereference null return value
    * [PHP-1095] - Min server version check should use GTE comparison

** Improvement
    * [PHP-758] - Document stream context callbacks
    * [PHP-1091] - Allow NumberLong numbers on 32-bit platforms if the number 
fits in the 32-bit int range
    * [PHP-1094] - 32bit platform improvements

** Task
    * [PHP-935] - Document SSL connections
    * [PHP-1023] - Document maxTimeMS option for findOne(), group(), 
aggregate(), and cursor
    * [PHP-1058] - Add Cyrus SASL to automated PECL builds
    * [PHP-1077] - Fix handling of timeout options for createIndexes command
    * [PHP-1082] - CommandCursor segfaults when server is closed

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.5.2.tgz

Authors
-------------
Jeremy Mikola (lead)
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