php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21660 Form posts hang
Submitted: 2003-01-15 08:38 UTC Modified: 2003-05-19 02:04 UTC
Votes:6
Avg. Score:5.0 ± 0.0
Reproduced:6 of 6 (100.0%)
Same Version:5 (83.3%)
Same OS:5 (83.3%)
From: peter at zore dot co dot uk Assigned:
Status: Closed Package: IIS related
PHP Version: 4.3.0 OS: Windows 2000 Server SP3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: peter at zore dot co dot uk
New email:
PHP Version: OS:

 

 [2003-01-15 08:38 UTC] peter at zore dot co dot uk
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-01-15 11:09 UTC] peter at zore dot co dot uk
No help. Does exactly the same thing as previously described
 [2003-01-15 14:11 UTC] sniper@php.net
Could you please try the same with using Apache instead of IIS?

 [2003-01-15 14:12 UTC] sniper@php.net
And when you add comments to your own report, use 
the 'Edit Submission' page, NOT the 'Add Comment'.

 [2003-01-16 03:57 UTC] peter at zore dot co dot uk
I installed latest apache to run on port 8080 and this worked fine with my test.php page up to way more than 500 characters. I'm hoping you asked me to do this as a test not as a solution since this box is hosting sites which reuquire IIS for ASP and PHP at the same time (some sites contain both). Does this point to a particular problem with iis ?
 [2003-01-17 20:52 UTC] sniper@php.net
Yes, I wanted to know if it's specific for IIS. 
Don't hold your breath waiting for a fix though..


 [2003-05-19 02:04 UTC] shane@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php

Unable to repro in 4.3.1 or CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 02:01:32 2024 UTC