ID: 29156 Comment by: lslight at no-log dot org Reported By: bharris at lakeforesthospital dot com Status: Open Bug Type: IIS related Operating System: Windows 2000 SP4 PHP Version: 5.0.0 New Comment:
sale result with Windows NT Server and IIS4 Previous Comments: ------------------------------------------------------------------------ [2004-07-14 18:07:03] bharris at lakeforesthospital dot com Description: ------------ I installed php as a cgi module with the instructions on the php website. I then created a page named "index.php" with a single line: <?php echo "hello"; ?> When I view the page, nothing happens... Nothing happens... Nothing happens... Finally "CGI Timeout" happens. Obviously it's not timing out because of the php code, as any other code produces the same result including absolutely no code. I've looked all over and I can't find a single positive response to this problem. It seems to be one of those lost causes that no one has any idea about and therefore ignores. Prove me wrong, O, prove me wrong! Reproduce code: --------------- <?php echo "hello"; ?> Expected result: ---------------- hello Actual result: -------------- CGI Timeout The specified CGI application exceeded the allowed time for processing. The server has deleted the process. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29156&edit=1