-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
OAuth2ServerFactory using deprecated MongoClient #7
Comments
Please fix this issue. It's been more than 6 months that PHP 7 launched and it's getting more and more a default. Originally posted by @Juje at zfcampus/zf-mvc-auth#112 (comment) |
Would you like to volunteer, @Juje ? There's no better volunteer than one with a vested interest. Originally posted by @TomHAnderson at zfcampus/zf-mvc-auth#112 (comment) |
@TomHAnderson Already working on it :) /cc @Juje
Originally posted by @jguittard at zfcampus/zf-mvc-auth#112 (comment) |
MongoClient is deprecated and should be replaced with MongoDB\Driver\Manager. In fact, the entire extension that declares MongoClient is deprecated.
http://php.net/manual/en/mongo.setup.php
http://php.net/manual/en/class.mongoclient.php
Should use this in the future:
http://php.net/manual/en/set.mongodb.php
Originally posted by @spectravp at zfcampus/zf-mvc-auth#112
The text was updated successfully, but these errors were encountered: