-
-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
In http client zendframework/zend-http/src/Client.php:1231 $body request is created using http_build_query function.
$body = http_build_query($this->getRequest()->getPost()->toArray());
Problem is that separator can be changed via ini_set('arg_separator.output', 'some other'); and this will break http client. Since "x-www-form-urlencoded" accepts only "&" as a separator, suggest to hardcode it there.
See similar issue:
https://www.drupal.org/node/2372211
Originally posted by @ameoba32 at zendframework/zend-http#33
Metadata
Metadata
Assignees
Labels
No labels