mongo 1.6.0RC3

MongoDB database driver


This package provides an interface for communicating with the MongoDB database in PHP.

License: Apache License

This package is not maintained anymore and has been superseded.

Changes

** Bug
* [PHP-953] - MongoCollection::ensureIndex() should not validate namespace length
* [PHP-1229] - MongoGridFS::remove() ignores justOne option when deleting chunks
* [PHP-1237] - Possible to read memory before mongo_cursor.ns pointer
* [PHP-1245] - MONGO_METHOD calls within generators cause segfaults
* [PHP-1268] - Fix uninitialized variable usages with deprecated properties
* [PHP-1272] - bson_encode() segfaults with some BSON type classes
* [PHP-1273] - bson_encode() MongoTimestamp erroneously creates BSON date
* [PHP-1276] - Fix tests for 2.8
* [PHP-1277] - bson_encode() does not handle MongoMaxKey and MongoMinKey
* [PHP-1278] - runcommand memory leak
* [PHP-1280] - Can not connect without authentication credentials (results in segfault)
* [PHP-1285] - Add MongoDB::getCollectionInfo as per SPEC-54
* [PHP-1286] - MongoCollection::count() segfaults due to a double free
* [PHP-1297] - Memory read errors with deprecated properties.

** Improvement
* [PHP-1256] - aggregate, aggregateCursor cursor timeout
* [PHP-1321] - Support cursor in listCollections and listIndexes commands

** New Feature
* [PHP-1259] - MongoDB::listCollections() should support filter option

** Task
* [PHP-1258] - Test against non-mmapv1 storage engines (heap + wiredtiger)