From:             sameera at iitcampus dot com
Operating system: windows 2000 server
PHP version:      5.1.4
PHP Bug Type:     IIS related
Bug description:  php pages not work on IIS 

Description:
------------
I have configured IIS and Apache servers in a same computer with different
ports and also i have installed zip vertion of the PHP 5 in this computer.
when i'm running php pages on Apache server they are working properly and
gives output immediately but with IIS it doesn't works. it gives CGI Time
out. 

Reproduce code:
---------------
<?php
echo "Hello World";
?>



Expected result:
----------------
Hello World

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=38292&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=38292&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=38292&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=38292&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=38292&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=38292&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=38292&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=38292&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=38292&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=38292&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=38292&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=38292&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=38292&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=38292&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=38292&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=38292&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=38292&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=38292&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=38292&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=38292&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=38292&r=mysqlcfg

Reply via email to