-
Notifications
You must be signed in to change notification settings - Fork 368
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
requestTokenExchange error Passing null to parameter #2 of http_build_query #413
Comments
mstrey
added a commit
to mstrey/OpenID-Connect-PHP
that referenced
this issue
Apr 12, 2024
Changed parameter jumbojett#2 of http_build_query to empty string
mstrey
added a commit
to mstrey/OpenID-Connect-PHP
that referenced
this issue
Apr 12, 2024
hexmode
pushed a commit
to hexmode/OpenID-Connect-PHP
that referenced
this issue
Apr 20, 2024
Changed parameter jumbojett#2 of http_build_query to empty string
hexmode
pushed a commit
to hexmode/OpenID-Connect-PHP
that referenced
this issue
Apr 20, 2024
Changed parameter jumbojett#2 of http_build_query to empty string
alan199501
added a commit
to alan199501/OpenID-Connect-PHP
that referenced
this issue
Sep 20, 2024
- Changed second argument from to an empty string to ensure proper query string generation - This pr closes jumbojett#413
alan199501
added a commit
to alan199501/OpenID-Connect-PHP
that referenced
this issue
Sep 20, 2024
- Changed second argument from to an empty string to ensure proper query string generation - This pr closes jumbojett#413
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I call the method
\Jumbojett\OpenIDConnectClient::requestTokenExchange()
I'm getting the error:It occurs only with PHP8.x. I've noticed that all other uses of the
http_build_query
are passing an empty string to the second parameter.Could a new version with this little fix be generated?
The text was updated successfully, but these errors were encountered: