PHP APC 多次上传不起作用
我尝试在wamp、windows2003上使用PHP APC上传文件。但是,当 2 个或多个上传同时工作时,只有一个上传在工作。
看来我不是唯一遇到此错误的人: http://pecl.php.net/bugs/bug.php?id= 13719
谁能告诉我如何解决这个问题?
提前致谢!
I tried to use PHP APC to upload files on wamp, windows2003. But when 2 or more uploads are working at the same time, only one upload is working.
It seams that I'm not the only one experiencing this error:
http://pecl.php.net/bugs/bug.php?id=13719
Can anyone tell how can I fix this problem?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自文档:
按照我的阅读方式,这几乎就是全部内容了。您一次只能跟踪一个上传。
From the docs:
The way I read it, that's pretty much all there is to it. You can only track one upload at a time.