I am using the default library: php_zip.dll inside php.ini of php5
And using Windows server.
The new file and folder creations are just smooth.
BUT when it iterate through file where ending with .xml, .xml.bak, it will fail with warning and skipped.
eg:
$zip->addFile('designfolder/a.xml','design/a.xml');
The error message shown is:
Warning: ZipArchive::addFile() [ziparchive.addfile]: Invalid or unitialized Zip object
Help...