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 2 years ago

Last modified 1 year 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

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.