Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #57689 [Contracts][HttpClient] Skip tests when zlib's `ob_gzhan…
…dler()` doesn't exist (alexandre-daubois) This PR was merged into the 5.4 branch. Discussion ---------- [Contracts][HttpClient] Skip tests when zlib's `ob_gzhandler()` doesn't exist | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT When using a minimal PHP binary without enabling special ext, `ob_gzhandler` may not be available making a lot of HttpClient's tests fail. The function is used here: https://github.com/symfony/symfony/blob/7.2/src/Symfony/Contracts/HttpClient/Test/Fixtures/web/index.php#L46 Commits ------- 97e713b7f9 [Contracts][HttpClient] Skip tests when zlib's `ob_gzhandler()` doesn't exist
- Loading branch information