Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Update build query support function #311

Conversation

fadighattas100
Copy link

No description provided.

@spaze
Copy link
Contributor

spaze commented Sep 3, 2021

PHP's http_build_query() is not the same thing as \GuzzleHttp\Psr7\Query::build, quoting the documentation:

 * This function can use the return value of `parse()` to build a query
 * string. This function does not modify the provided keys when an array is
 * encountered (like `http_build_query()` would).

If you're trying to resolve the problem with guzzlehttp/psr7 being upgraded to 2.0, there's already a PR for that (#302) and a workaround until that PR is merged and released #299 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants