User tests: Successful: Unsuccessful:
Fixes the error: parse_url(): Argument #1 ($url) must be of type string, array given
This PR fixes the same issue that was fixed for the CurlTransport:
a406543
Pull Request for Issue ##42769.
From the Laminas\Diactoros\MessageTrait::getHeaders() doc
@return array Returns an associative array of the message's headers. Each key MUST be a header name, and each value MUST be an array of strings.
PR https://github.com/joomla/joomla-cms/pull/43130/files#diff-eaa7b598c95837c0e0230852d37007e28938d2bfe13048b42462ce106803447fL133 fixes the same issue, but this PR isolates the fix for the above mentioned error.
The same testing Instructions as in #42769 but instead of 'curl' use 'socket'.
error: parse_url(): Argument #1 ($url) must be of type string, array given
no error
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
PR-5.1-dev
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-07-03 12:38:55 |
Closed_By | ⇒ | LadySolveig |
Thank you @janschoenherr ? and also for testing @bembelimen
Title |
|
I have tested this item ✅ successfully on e13b1cf
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43734.