summaryrefslogtreecommitdiff
path: root/databases/php-mongo
AgeCommit message (Collapse)AuthorFilesLines
2016-09-11Drop "55" (php55) from PHP_VERSIONS_ACCEPTED.taca1-2/+2
2016-08-04update php-mongo DESCR with notice about this being supersededjdolecek1-0/+3
2016-07-04Updated php55-mongo to 1.6.14.wiz2-7/+7
From Bartosz Kuzma in PR 51306. 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 1.6.11 ** Bug * [PHP-1467] - PHP driver on big endian platform not connecting to MongoDB 1.6.10 ** Bug * [PHP-1460] - Query with limit leaves open cursors on server * [PHP-1462] - Fix static compilation * [PHP-1464] - GridFS should not drop dupes when creating index
2015-12-19Restrict PHP_VERSIONS_ACCEPTED to 55 and 56.taca1-1/+3
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-13Set maintainership to bartoszkuzma, didn't notice his wip/php-mongo before.fhajny1-2/+2
2015-06-13Import the PECL mongo 1.6.9 module as databases/php-mongo.fhajny4-0/+35
Provides an interface for communicating with the Mongo database in PHP.