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...

link|improve this question

54% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.