alcaeus / mongo-php-adapter

:link: Adapter to provide ext-mongo interface on top of mongo-php-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the plan for the latest drivers?

shanghaiyangming opened this issue · comments

commented

What is the plan for the latest drivers? e.g. mongodb 1.4+or1.5+

commented

I know that some new functions have been added that were not in the original driver, but whether it is planned to provide extensions other than compatible with the old drivers, so that the library can continue to function in addition to compatibility.

This library will always only provide functionality that the legacy driver provided. If you need to use more than that, use ext-mongodb natively.