Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

OAuth2ServerFactory using deprecated MongoClient #112

Open
spectravp opened this issue Feb 26, 2016 · 4 comments
Open

OAuth2ServerFactory using deprecated MongoClient #112

spectravp opened this issue Feb 26, 2016 · 4 comments

Comments

@spectravp
Copy link

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

@Juje
Copy link

Juje commented Jul 1, 2016

Please fix this issue. It's been more than 6 months that PHP 7 launched and it's getting more and more a default.

@TomHAnderson
Copy link

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

@jguittard
Copy link

@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 #112 (comment), or mute the thread https://github.com/notifications/unsubscribe/AFEuFSXKHIiBs0JdOm1_WsYBcByMwbfwks5qRT7tgaJpZM4HkAUQ.

@weierophinney
Copy link
Member

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants