ID: 21943 Updated by: [EMAIL PROTECTED] Reported By: php at jkt dot wz dot cz -Status: Feedback +Status: No Feedback Bug Type: Filesystem function related Operating System: winnt 4 sp 6 PHP Version: 4.3.0 New Comment:
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2003-02-10 18:03:48] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip ------------------------------------------------------------------------ [2003-01-29 08:23:21] php at jkt dot wz dot cz 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21943&edit=1
