Closed OpenGrid closed 3 years ago
That is interesting. Would you mind providing a unit test for this issue?
Can you give more details how to reproduce the problem?
Try to post a file to a server using Guzzle when a file resource is created from a remote address not a local file. It works in PHP 5 but not in PHP 7
I'm noticing this same issue. Did you ever discover anything further about this @OpenGrid?
Closing due to inactivity. If this issue is still present, please feel free to open a fresh issue with a way to re-produce. :)
Something has changed between PHP 7 and PHP 5 in terms of handling fopen resources in multipart transfers via GuzzleHttpClient. Files need to be proxied via local file first otherwise requests seem to be different between php versions.
Looks like an invalid chunked body problem