PHP zip->open 返回错误代码 5(读取错误)

发布于 2024-09-30 11:46:23 字数 225 浏览 4 评论 0原文

我们有一个正在运行的网站,它使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

守护在此方 2024-10-07 11:46:23

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文