PHP ZipArchive - zip corrupt

Usakslano

New Member
On archiving more number of files , zip is returning a empty zip file which cannot be open and its corrupted.When i try to pint Zip archive object , i got this:\[quote\] ZipArchive Object
(
[status] => 5
[statusSys] => 2
[numFiles] => 84
[filename] => /root/zip/3810.zip
[comment] =>
) \[/quote\]The file is not even created. for lesss number files it working fine .\[quote\] ZipArchive Object ( [status] => 0 [statusSys] => 0 [numFiles] => 0 [filename] => [comment] => )\[/quote\]What is this status and statusSys?How can i debug?
 
Back
Top