You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: