talis/tripod-php

Upgrade to latest series PHP driver

Closed this issue · 1 comments

The official mongo driver for PHP is now in two parts - the underlying driver, which now mirrors the MongoDB wire protocol more closely, and a PHP Mongo lib, which mirrors closely the old mongo.so PECL.

When this ticket is fixed, tripod will work against the new Mongo lib (brought in via composer) and the underlying mongodb.so which allows us to target PHP > 5.4, PHP7 and HHVM, as well as make use of Mongo 3.x features.

This will be a major semver bump and a breaking change.

Resolved with #111