Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PHP7 support] Change condition phpversion('mongo') to phpversion('mongodb') #5

Open
AlexanderMatveev opened this issue Mar 25, 2016 · 0 comments

Comments

@AlexanderMatveev
Copy link

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

@AlexanderMatveev 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
@Sander-Toonen Sander-Toonen mentioned this issue Jun 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant