You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use temp stream instead of string to buffer content
* Update MultipartStreamBuilder::build to buffer built content
in a php://temp stream resource instead of (string) $contents.
This way, the size of the stream built won't be limited by PHP
runtime limit.
0 commit comments