|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-02-10 18:03 UTC] sniper@php.net
[2003-02-20 08:04 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 12:00:02 2025 UTC |
i tried the following script: (stdin.php) <?php $data=file('php://stdin'); var_dump($data); echo 'ok'; ?> request for http://localhost/stdin.php : no content at all has been sent under winnt (sp6, apache/2.0.43, php/4.3.0), file 'tst.php' stayed opened for more than 15 minutes (i have time limit 20 seconds) - (i restarted the server after this time...) and request was marked as 'W' in apache status (sending reply). apache -k restart has no effect (it won't stop any active conection...), so i had to do apache -k stop apache was running, of, course, but the cpu activity raised ver dramatically when multiple accesses to this script has been made... i'm not sure whether this is a bug of apache or php, but under mandrake linux + apache/2.0.43 + php/4.3.0 this works fine... j