Uncompress a gzip file from CURL, on php June 15, 2023 by Tarik Just tell cURL to decode the response automatically whenever it’s gzipped curl_setopt($ch,CURLOPT_ENCODING, '');