PHP zip->open 返回错误代码 5(读取错误)
我们有一个正在运行的网站,它使用 php zip 功能。一个月来一切正常 - 现在我们搬到了新服务器,但脚本不起作用!
$zip->open() 返回错误代码 5,什么是读取错误。
我发现这与 zip 文件的大小有关,因为它们大约为 60mb。大约 30mb 的较小尺寸也可以使用。
原因可能是什么?我没有找到任何关于 zip 文件大小的配置可能性!
谢谢, 马努
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
zip 文件是否包含大量文件,如果是,您可能遇到了此处描述的错误: http://bugs.php.net/bug.php?id=40873
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