简体   繁体   中英

PHP zip->open returns error code 5 (Read Error)

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

压缩文件中是否包含很多文件,如果是的话,您可能遇到了此处描述的错误: http : //bugs.php.net/bug.php?id=40873

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM