-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
PHP 8.1 support #47
Comments
Which version are you using? |
I am using PHP 8.1.3 |
Yeah, sorry, I meant the version of my library, as far as I know the error shouldn't be triggered in the newest version. |
I see the problem. Thank you anyway and sorry for my error. |
Glad I could help! Let me know if it works after you update to 5.x, I'll leave the issue open for now. |
Hello,
please add PHP 8.1 support.
With PHP 8.1 it throws
strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
in
QrPayment.php
on line195
.Thanks.
The text was updated successfully, but these errors were encountered: