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
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
This repository has been closed and moved to laminas-api-tools/api-tools-mvc-auth; a new issue has been opened at laminas-api-tools/api-tools-mvc-auth#7.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: