We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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)
Sorry, something went wrong.
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
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.
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)
No branches or pull requests
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: