Closed davedevelopment closed 11 years ago
:+1:
Why it fails for 5.5?
It fail because of a deprecated call inside
curl_setopt_array(): The usage of the @filename API for file uploading is deprecated. Please use the CURLFile class instead NodeElement class
Came here to do pretty much the same pull request. :)
:+1:
This should be fixed in Goutte itself. Goutte should not put Guzzle Header objects in the BrowserKit response. It is not respecting the BrowserKit contract.
It is fixed in fabpot/Goutte@e91360d, but this class overrides the createResponse method?
IMO, the override of the method should be refactored to call the parent logic to avoid duplication.
@stof probably, I just assumed it was overridden for good reason. If I get chance later I'll take a look.
See also fabpot/Goutte#107