Skip to content
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

Open
mstrey opened this issue Apr 12, 2024 · 0 comments
Open

Comments

@mstrey
Copy link

mstrey commented Apr 12, 2024

When I call the method \Jumbojett\OpenIDConnectClient::requestTokenExchange() I'm getting the error:

http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated

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?

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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant