zamzar / zamzar-php

PHP file converter library for Zamzar
https://developers.zamzar.com
MIT License
4 stars 3 forks source link

Fixes memory exhaustion when downloading large files #19

Closed louismrose closed 6 months ago

louismrose commented 6 months ago

Avoids eagerly attempting to parse all HTTP responses as JSON, which causes Guzzle to load the entire response body into memory. The eager parsing can cause memory exhaustion when the response contains the binary contents of a file.

github-actions[bot] commented 6 months ago

🏷️ [bumpr] Next version:v2.0.5 Changes:v2.0.4...zamzar:fixes-memory-exhaustion

github-actions[bot] commented 6 months ago

🚀 [bumpr] Bumped! New version:v2.0.5 Changes:v2.0.4...v2.0.5