PHPMongo v1.20 Release Notes

Release Date: 2017-01-09 // over 7 years ago
    • Implemented support of new ext-mongodb and, as a result, PHP7 and HHVM through compatibility layer "alcaeus/mongo-php-adapter", which implement API from old ext-mongo extension;
    • Cursor::findOne() throws internal CursorException exception instead of related to mongo extension. Exception from extension may be obtained from internal exception;
    • Document::save() throws internal WriteException exception instead of related to mongo extension. Exception from extension may be obtained from internal exception;
    • Docker tests now check PHP 7 code
    • Structure::apply() now protected