mongo

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.

Latest releases

Version Release Download
1.6.16 2017-09-05 mongo-1.6.16.tgz
1.6.15 2017-09-01 mongo-1.6.15.tgz
1.6.14 2016-04-26 mongo-1.6.14.tgz
1.6.13 2016-03-17 mongo-1.6.13.tgz
1.6.12 2015-11-25 mongo-1.6.12.tgz
Show all releases

Changelog

Version Message
1.6.16 ** Bug
* [PHP-1529] - undefined symbol: php_mongo_asn1_time_to_time_t
1.6.15 ** Bug
* [PHP-1489] - Can't run the test suite against MongoDB 3.1.2 or later
* [PHP-1528] - Extension should link OpenSSL during compilation
1.6.14 ** Bug
* [PHP-1468] - Segfault on node with high network latency
* [PHP-1511] - append_getlasterror() should ignore unset fsync/journal from link

** Improvement
* [PHP-1510] - Route unacknowledged writes through legacy op codes
1.6.13 ** Bug
* [PHP-1483] - GridFS file storage fails on big endian platform
* [PHP-1500] - Socket timeout not applied to initial command cursor query
* [PHP-1501] - Rephrase unsupported/corrupt BSON messages
* [PHP-1504] - Segfault connecting to authenticated RS after non-auth connections
* [PHP-1505] - negative files.length when storing file with size > 2GB in gridfs
1.6.12 ** Bug
* [PHP-1494] - We don't allocate enough space for the hash buffer

** Task
* [PHP-1474] - Declare no support for PHP 7
Show complete changelog