bcosca / fatfree

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!
2.66k stars 446 forks source link

Mongo ext has been superseeded with mongodb on pecl #1230

Open AhmadShamli opened 3 years ago

AhmadShamli commented 3 years ago

Hi,

For people that use mongo(only for php 5.6) extension from pecl, mongo extension has been superseded by mongodb, which people who use php > 7 should use.

Not sure if this will affect those who use MongoDB, but on sample index.php (included in zip file) still referring to mongo extension. Which might misleading to some people as the page shows mongo as undetected even after mongodb extension has been enabled.

https://pecl.php.net/package/mongo https://pecl.php.net/package/mongodb

Thanks.