Re: [PHP] GZIP Question

2004-02-24 Thread Richard Davey
Hello Karl, Tuesday, February 24, 2004, 5:11:40 AM, you wrote: KT> I am using fsockopen with fputs to send some headers to a HTTP server, KT> and I say I accept gzip encoding. The data gets returned and I put it KT> in a variable. However, whichever gzip command I try using in PHP to KT> decompre

[PHP] GZIP Question

2004-02-23 Thread Karl Timmermann
Hi, I am using fsockopen with fputs to send some headers to a HTTP server, and I say I accept gzip encoding. The data gets returned and I put it in a variable. However, whichever gzip command I try using in PHP to decompress it (or is it deflate, or both?) returns an error. Is it because the s