I have been told by my web host that, despite having php 5.2.9-1 compiled to work with zlib, zip will not be enabled. I am taking this one up the food chain with the web host, but in the meantime, I have to try and get on with it.
Can anyone advise me a reasonable alteranative to
$zip = new ZipArchive();
if($zip->open($destination,$overwrite ? ZIPARCHIVE::OVERWRITE : ZIPARCHIVE::CREATE) !== true)
as part of a function zipping, on the fly, all files in a directory?