bcosca / fatfree

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mongo ext has been superseeded with mongodb on pecl

AhmadShamli opened this issue · comments

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.