#21660 [Fbk]: Form posts hang

2003-01-15 Thread sniper
 ID:   21660
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Feedback
 Bug Type: Reproducible crash
 Operating System: Windows 2000 Server SP3
 PHP Version:  4.3.0
 New Comment:

Could you please try the same with using Apache instead of IIS?



Previous Comments:


[2003-01-15 11:09:09] [EMAIL PROTECTED]

No help. Does exactly the same thing as previously described



[2003-01-15 09:33:26] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



[2003-01-15 08:38:41] [EMAIL PROTECTED]

Freshly installed 4.3.0 installed as CGI on IIS5. Minimal changes to
default php.ini

I use the following page to demonstrate/test the problem:

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

Very simple post test form which assigns post data to a variable. This
particular script functions correctly with small amounts of data but
above around 500 characters (seems to change depending on number of
fields in form) the page will sit there for about 5 minutes until i get
a CGI Timeout error from IIS (also logged to event viewer).

Items from phpinfo() relating to post are set to defaults:
  always_populate_raw_post_data Off
  post_max_size 8M

A similar ASP page on the same web server functions perfectly up to
thousands of characters.
As far as I am aware all other PHP functions are working correctly.





-- 
Edit this bug report at http://bugs.php.net/?id=21660edit=1




#21660 [Fbk]: Form posts hang

2003-01-15 Thread sniper
 ID:   21660
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Feedback
 Bug Type: Reproducible crash
 Operating System: Windows 2000 Server SP3
 PHP Version:  4.3.0
 New Comment:

And when you add comments to your own report, use 
the 'Edit Submission' page, NOT the 'Add Comment'.



Previous Comments:


[2003-01-15 14:11:21] [EMAIL PROTECTED]

Could you please try the same with using Apache instead of IIS?




[2003-01-15 11:09:09] [EMAIL PROTECTED]

No help. Does exactly the same thing as previously described



[2003-01-15 09:33:26] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



[2003-01-15 08:38:41] [EMAIL PROTECTED]

Freshly installed 4.3.0 installed as CGI on IIS5. Minimal changes to
default php.ini

I use the following page to demonstrate/test the problem:

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

Very simple post test form which assigns post data to a variable. This
particular script functions correctly with small amounts of data but
above around 500 characters (seems to change depending on number of
fields in form) the page will sit there for about 5 minutes until i get
a CGI Timeout error from IIS (also logged to event viewer).

Items from phpinfo() relating to post are set to defaults:
  always_populate_raw_post_data Off
  post_max_size 8M

A similar ASP page on the same web server functions perfectly up to
thousands of characters.
As far as I am aware all other PHP functions are working correctly.





-- 
Edit this bug report at http://bugs.php.net/?id=21660edit=1