On Mon, Jun 25, 2001 at 07:45:50PM +0100, Armel FAUVEAU wrote:
Last month, i worked on the gzip dump, just for fun. But, i had problem.
** First method use gzwrite(). Binary-safe gz-file write.
Good : support by php3/php4 Bad : require write access on the server.
** Second method use gzencode(). Create a gzip compressed string
Good : create a gzip compressed string...on the fly Bad : support by >= php4.0.4
What do you think about this ?
The chances are bigger to find a php4 server than a server where you have write access, so I also think the second way would be the best.
Greetings, Olivier