[2.0.8RC1] Headers not passed to Gateway when using curl
A for , submitted by tonyarnold on 26 March 2010
Announcement
Symphony's issue tracker has been moved to Github.
Issues are displayed here for reference only and cannot be created or edited.
Browse
Closed#286: [2.0.8RC1] Headers not passed to Gateway when using curl
I’ ve encountered this too, would be nice to see it fixed.
I added your patch to this commit :)
Cool. This might solve this too, I’ll give it a whirl.
This issue is closed.
Presently, if I try to pass headers to the Gateway class and my PHP setup has curl available to it the headers are completely ignored. It’s a pretty simple patch - around line 177 of
symphony/lib/toolkit/class.gateway.php
add the following lines: