是否有人使用以下php S3客户端库?
http://undesigned.org.za/2007/10/22/amazon-s3-php-class
这对我来说已经好几天了,只是注意到我现有的脚本现在才结束了。
通过strace运行,我看到类似的东西:
poll([{fd=4, events=POLLOUT}], 1, 1000) = 1 ([{fd=4, revents=POLLHUP}])
poll([{fd=4, events=POLLOUT}], 1, 0) = 1 ([{fd=4, revents=POLLHUP}])
poll([{fd=4, events=POLLOUT}], 1, 1000) = 1 ([{fd=4, revents=POLLHUP}])
poll([{fd=4, events=POLLOUT}], 1, 0) = 1 ([{fd=4, revents=POLLHUP}])
poll([{fd=4, events=POLLOUT}], 1, 1000) = 1 ([{fd=4, revents=POLLHUP}])
看看正在运行的是什么,我发现它甚至没有达到卷曲调用的程度。
有什么想法吗?
谢谢!