From:             bharris at lakeforesthospital dot com
Operating system: Windows 2000 SP4
PHP version:      5.0.0
PHP Bug Type:     IIS related
Bug description:  PHP hangs with IIS 5.0

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 bug report at http://bugs.php.net/?id=29156&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=29156&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=29156&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=29156&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=29156&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=29156&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=29156&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=29156&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=29156&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=29156&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=29156&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=29156&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=29156&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29156&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=29156&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=29156&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=29156&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29156&r=float

Reply via email to