-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Version v6.6.0 seems to break compatibility with php 8.1 (maybe even php 8) #522
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
Comments
Did you update from version 5 to 6 of |
Hello. |
We used it straight from version 6.4. |
OIDC oauth2 league was the culprit for us. They have a fix already but they have not yet tagged it. |
Looks like the issue is that the league was passing in a third argument to For the time being, the solution is to downgrade to |
We just bumped our JWT version in our project and we are getting
Error: Firebase\JWT\JWT::decode(): Argument #3 ($headers) cannot be passed by reference
.This "fix" does not do the trick for us so I am wondering what php version you are using.
In the official documentation I cannot find anything mentionning this technique (except for this coment).
The exact version of php we are using is the one shipped with the php:8.1-fpm docker image.
What I could fin out tho from the breaking changes of php 7 to php 8 is this :
I don't fully grasp every aspects of the changes they mention but they might be something there.
And I can also be completely in the wrong about this.
Thank you.
The text was updated successfully, but these errors were encountered: