[2006年01月16日 10:56 UTC] silencer at inbox dot ru
Description: ------------ stream_set_timeout can't be used for php://stdin (PHP executed as CGI, not Apache module). Bug #22837 describe same problem for PHP4 and promises "better support" in PHP5, but still don't working. Reproduce code: --------------- <?php $fp=fopen('php://stdin','r'); stream_set_timeout($fp,1) or die ('Failed'); echo 'Success'; ?> Expected result: ---------------- output "Success" Actual result: -------------- output "Failed" PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009年06月30日 16:20 UTC] silencer at inbox dot ru
[2009年11月11日 04:20 UTC] voidroid at gmail dot com
[2011年04月08日 18:14 UTC] jani@php.net
-Package: Feature/Change Request
+Package: Streams related
-Operating System: Gentoo Linux
+Operating System: *
-PHP Version: 5.2.10
+PHP Version: 5.3
[2012年01月20日 19:40 UTC] an0nym at narod dot ru
[2013年02月03日 15:50 UTC] david at davidsteinsland dot net
[2015年01月09日 00:04 UTC] ajf@php.net
-Status: Open
+Status: Duplicate
[2015年01月09日 00:04 UTC] ajf@php.net
|