Opened 18 months ago
#48457 new defect (bug)
Requests library depends on PHP zlib
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.6 |
Component: | External Libraries | Keywords: | |
Focuses: | Cc: |
Description
Currently the Requests library checks for zlib in some locations, but not others, before using it.
This means it's possible to get a fatal error because gzinflate()
is undefined, for example when trying to fetch content from the WordPress.org API.
Specifically noticed in compatible_gzinflate()
, at line 947.
Note: See
TracTickets for help on using
tickets.