ID: 32199
User updated by: valenok at gmail dot com
Reported By: valenok at gmail dot com
Status: Open
Bug Type: *General Issues
Operating System: windows xp professional
PHP Version: 5.0.3
New Comment:
basically, the best way to test it is to make a
simple script that runs "php-cgi.exe test.php"
in an infinite loop.
Eventually, it will stuck.
Previous Comments:
------------------------------------------------------------------------
[2005-03-06 14:34:48] valenok at gmail dot com
basically, the best way to test it is to make a
simple script that runs "php-cgi.exe test.php"
in an infinite loop.
Eventually, it will stuck.
------------------------------------------------------------------------
[2005-03-05 15:35:46] valenok at gmail dot com
Description:
------------
i wrote a simple script, test.php which
does echo 'hello world'.
I start cmd.exe, and run "php-cgi test.php".
It returns normal HTML output, as suspected.
But if I do run the same line again and again,
it occasionally hangs. It shows the output, right,
but hangs so only task manager can kill php-cgi process.
pressing Ctrl-C, Ctrl-Z does not help.
This happens if I export CGI-specific variables as well.
path to php-cgi is set to global Path environment variable.
Why does it happen, and why does it happen unpredictably ?
Also, the same situation is with php.exe from 4.3 branch.
Reproduce code:
---------------
#!php-cgi
<html>
<?
echo 'hello words!';
?>
</html>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=32199&edit=1