Hello,
I've a problem with decompressing a gzip encoded string.
I tried to uncompress a gzip encoded string, which i had received from a webserver. I used the function gzuncompress ($content), but the uncompression failed with the error 'gzuncompress: data error'.
But when i write the content binary to a file and use the function readgzfile ('filename') it decompresses correctly.
So the compressed data is correct, but somehow the gzuncompress function fails. If anybody knows why, please let me know, thanks
Jeroen