Fabian Grutschus

Results 27 comments of Fabian Grutschus

Is it possible that we run into a timeout here? Does increasing the timeout on the Options object help?

Currently working on it and to make things a bit easier I supplied PR #39. My suggestion for the authentication class: ```js const AUTH_RESULT_FAILURE = 0 const AUTH_RESULT_SUCCESS = 1...

So instead of changing the existing method, should we add another which returns a result object and the old method just use it?

Ist jemand fähig sich bei https://bib-magdeburg.genios.de/ mit seinem Bib-Ausweis anzumelden? Ein wenig Recherche bei der Stadt Magdeburg und man kann nur finden, dass Genios geplant sein soll für „August“. Keine...

It looks like that none of the other PDO drivers supports this. Is passing a [PHP stream context](https://www.php.net/manual/en/context.ssl.php) as parameter/attribute the better option?

> Can these be specified in the connection string for MySQL server? No, only per config and attributes. Idk if mysqlnd has support for the attributes/config.

So I guess I can close this, since is required to implement this upstream into msodbc?