Armel,
good idea, even if I can't test it right now (will have to recompile :).
I like also the if(function_exists("gzencode"))
I suggest you add to Documentation.html (maybe in the Introduction section) the fact that it can gzip the dump if PHP has the zlib module.
Armel FAUVEAU a écrit :
Hi all,
Ok, so i commit the GZip dump feature. My solution is only based on gzencode(). But it works only under PHP4 >= 4.0.4.
I did not want to use exec(), system() or quite other solutions too dependent of the platform (Linux /Windows, safe mode or not, and so on).