From:             giulio dot pons at archebit dot com
Operating system: windows 2000
PHP version:      4.3.10
PHP Bug Type:     IIS related
Bug description:  cgi timeout when post forms bigger than 477 bytes

Description:
------------
same problem of another bug reported here (#21660), same test.php.
my PHP version is 4.3.10.
server is microsoft windows 2000.
iis is version 5.
php as cgi.
i've tried many versions of php cause i don't have this problem on another
server with php version 4.3.3.
the textarea posted hang php when it contains a text longer than 377
bytes.
do i have to post other data to you so you can understand better?
thank you very much.
giulio

Reproduce code:
---------------
<?
if ( isset( $_REQUEST['test']) ) {
  $ttt = $_REQUEST['test'];
} else {
?>
<form action=test.php method=post>
<textarea name=test></textarea>
<input type=submit>
</form>
<?
}
?>

Expected result:
----------------
blank page

Actual result:
--------------
the php.exe hangs.
you can see it in the task manager. it doesn't use CPU, only memory.
nothing happens till iis goes in timeout and return the CGI timeout
message.

-- 
Edit bug report at http://bugs.php.net/?id=31933&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31933&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31933&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31933&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31933&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31933&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31933&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31933&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31933&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31933&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31933&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31933&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31933&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31933&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31933&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31933&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31933&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31933&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31933&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31933&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31933&r=mysqlcfg

Reply via email to