techfromsage / tripod-php

Object Graph Mapper for managing RDF data in Mongo
MIT License
29 stars 4 forks source link

Upgrade to latest series PHP driver #109

Closed scaleupcto closed 8 years ago

scaleupcto commented 8 years ago

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.

rgubby commented 8 years ago

Resolved with https://github.com/talis/tripod-php/pull/111