Closed oprypkhantc closed 8 months ago
This looks like a fairly simple fix in OAuth2LoginHelper.php (line 281, swap the null for an empty string).
Will there be a minor release to remedy this soon? Would like to get testing on PHP 8.1,
Thanks!
Php 7.x will no longer be supported in 2 months. It would be great if you supported 8.0 and 8.1.
I think everyone would be fine with this library no longer supporting Php 5.6.0 for future releases since support ended in 2018.
PHP 8.1 prohibits passing nulls to internal function arguments that don't expect null. This causes deprecations like these:
It's very likely these aren't the only possible deprecations, but I don't have any more information at the moment.