Jeffry Killen wrote: > so, all I get is the string "ZipArchive returned false." without any > listing for files that aren't found or > are not readable Rather insufficient error information, but at least the fact that an error occurred is reported. > Ah... is there another compression scheme I can use in php to create > archive files... > Gzip or bzip? I have looked and don't see any explicit create function > for these. You can create tar archives (see class PharData) and then apply gzip or bzip2 compression, to get .tgz resp. .tbz2 files. -- Christoph M. Becker -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php