We had a site running, that uses the php zip functionality. Everyhthing worked fine for month - now we moved to a new server and the script doesn't work!

$zip->open() returns error Code 5 what is a read error.

I found out, that it has to do with the size of the zip files, as they are about 60mb. Smaller sizes about 30mb are working.

What could be the reason for that? I didn't find any configuration possiblility about the size of zip files!

Thanks, Manu

link|improve this question
feedback

1 Answer

Does the zip file contain a lot of files, if so you might have hit a bug described here: http://bugs.php.net/bug.php?id=40873

link|improve this answer
yes, that's the problem! – Manuel Kaspar Nov 3 '10 at 20:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.