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

OAuth2ServerFactory using deprecated MongoClient #7

Open
weierophinney opened this issue Dec 31, 2019 · 3 comments
Open

OAuth2ServerFactory using deprecated MongoClient #7

weierophinney opened this issue Dec 31, 2019 · 3 comments

Comments

@weierophinney
Copy link
Contributor

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

@weierophinney
Copy link
Contributor Author

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)

@weierophinney
Copy link
Contributor Author

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)

@weierophinney
Copy link
Contributor Author

@TomHAnderson Already working on it :) /cc @Juje

Le 1 juil. 2016 à 12:23, Tom H Anderson [email protected] a écrit :

Would you like to volunteer, @Juje https://github.com/Juje ? There's no better volunteer than one with a vested interest.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub zfcampus/zf-mvc-auth#112 (comment), or mute the thread https://github.com/notifications/unsubscribe/AFEuFSXKHIiBs0JdOm1_WsYBcByMwbfwks5qRT7tgaJpZM4HkAUQ.


Originally posted by @jguittard at zfcampus/zf-mvc-auth#112 (comment)

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