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
phpversion('mongo') returns false, it tries to use \Mongo. There is no \Mongo class in PHP7, and pecl mongo is deprecated in favor of https://pecl.php.net/package/mongodb
The text was updated successfully, but these errors were encountered:
AlexanderMatveev
changed the title
PHP Fatal error: Uncaught Error: Class '\Mongo' not found in PHP7
[PHP7 support] Change condition phpversion('mongo') to phpversion('mongodb')
Mar 25, 2016
Here
phpversion('mongo') returns false, it tries to use \Mongo. There is no \Mongo class in PHP7, and pecl mongo is deprecated in favor of https://pecl.php.net/package/mongodb
The text was updated successfully, but these errors were encountered: