Re: Zlib compression question

2002-07-13 Thread Shannon Murdoch
Seem to have stated my own solution. $outlog=gzopen($fn,"a"); specifies appendage to a file whereas $outlog=gzopen($fn,"wb"); specifies overwriting a file. Does anyone know how to READ a gzip file into an array? -Shannon > Hi all, > > I'm running a site with a lot of compressed text files c

Zlib compression question

2002-07-13 Thread Shannon Murdoch
Hi all, I'm running a site with a lot of compressed text files containing data for various clients. Some of these files get appended to (lets say, a log file perhaps). Is there some prevision to the Compress:Zlib module that lets you specify that you want to append to a file? (instead of needin