Does anyone know how to uncompress the contents of a gzip file that i got with curl?
for example: http://torcache.com/torrent/63ABC1435AA5CD48DCD866C6F7D5E8076603439
Just tell cURL to decode the response automatically whenever it's gzipped
curl_setopt($ch,CURLOPT_ENCODING, '');