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
minor #57689 [Contracts][HttpClient] Skip tests when zlib's ob_gzhandler() 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
-------
97e713b [Contracts][HttpClient] Skip tests when zlib's `ob_gzhandler()` doesn't exist
0 commit comments