Re: [PHP] Re: uncompressing gz string

2003-10-24 Thread Curt Zirzow
* Thus wrote Adam Zey ([EMAIL PROTECTED]): > I've had the exact same problem. I get .html.gz files uploaded to me. My > script does a file_get_contents on those, and then tried to use gzinflate or > gzuncompress. Neither works. Instead I use a shell command to use the 'gzip' > program to do the dec

[PHP] Re: uncompressing gz string

2003-10-24 Thread Adam Zey
I've had the exact same problem. I get .html.gz files uploaded to me. My script does a file_get_contents on those, and then tried to use gzinflate or gzuncompress. Neither works. Instead I use a shell command to use the 'gzip' program to do the decompression. This is a big bug that's been around a