Development

#2632 (sfCurlAdaptor creates invalid POST values string when arg_separator.output is not set to '&' in php.ini)

You must first sign up to be able to contribute.

Ticket #2632 (closed defect: invalid)

Opened 1 year ago

Last modified 5 months ago

sfCurlAdaptor creates invalid POST values string when arg_separator.output is not set to '&' in php.ini

Reported by: ruzz Assigned to: francois
Priority: minor Milestone:
Component: sfWebBrowserPlugin Version: 1.0.6
Keywords: Cc:
Qualification: Unreviewed

Description

see #1574 for a fairly good example of the problem in another context. the problem carries over to sfCurlAdaptor.

briefly, if arg_separator.output is not set to '&' in php.ini passing an array of post parameters to http_build_query (which sfCurlAdaptor->call() does) will return '&' separated values rather than ampersand separated.

Change History

07/10/08 09:35:01 changed by francois

07/10/08 09:35:31 changed by francois

  • status changed from new to closed.
  • resolution set to invalid.

was fixed a long time ago