The new PECL package mongo-1.4.0RC1 (beta) has been released at 
http://pecl.php.net/.

Release notes
-------------
** Bug
    * [PHP-776] - MongoCollection::batchInsert() with empty options array 
segfaults
    * [PHP-781] - MongoCollection::count() should not leak, and throw exception 
instead of returning GLE document
    * [PHP-792] - Memory leak while reading an INT64 on a 32bit platform with 
native_long enabled
    * [PHP-795] - MongoCode segfaults when internal 'code' property is modified
    * [PHP-800] - Error codes for some errors in bson.c are re-used.

** Improvement
    * [PHP-744] - Support the oplog_replay query flag
    * [PHP-775] - MongoCursor->hint() can't hint on a index by name

** Task
    * [PHP-475] - Create functional phpt tests for read preference exceptions
    * [PHP-780] - Deprecate slaveOkay & timeout URI options
    * [PHP-788] - Document journal/fsync MongoClient connection options 
    * [PHP-793] - Add deprecation notice to non-array options for 
MongoDB::createCollection
    * [PHP-801] - Deprecate boolean options to MongoCollection::insert()
    * [PHP-802] - Deprecate boolean options to MongoCollection::ensureIndex()
    * [PHP-805] - Deprecate (for real) the "chunks" option in 
MongoGridFS::__construct

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.4.0RC1.tgz

Authors
-------------
Jeremy Mikola (developer)
Derick Rethans <der...@php.net> (lead)
Hannes Magnusson <bj...@php.net> (lead)


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

Reply via email to