We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Need to alert about MongoDB new driver with php 7 on documentation

I run into the ODM not working due to the new php7 mongo driver as a fool. I think that it must be alerted on the documentation. Any project using Mongo ODM with phalcon will not work with the new phalcon 3.0 There is an incubator adapter but all the mongo code must be rewrited (new Bson type instead of arrays, no MongoId, no MongoDate, etc etc...) so it's a big refactor if you are making use of mongo.

It will be good to alert the users about this issue on the blog.

Could you please create issue in the docs repo?

I agree. MongoDB driver and support is very important, much more important than Oracle which was dropped in 3.0.