Casey wrote: > When I try gzuncompress() on the same data (I checked), it returns a > "Data error". I also tried gzinflate() and many user-created gzdecode > () functions, with no luck.
Did you specify a correct length for gzuncompress() ? >From the manpage: The function will return an error if the uncompressed data is more than the optional parameter length. /Per Jessen, Zürich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php