php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4069 Form submission times out if form data length exceeds 3994 bytes
Submitted: 2000-04-07 11:11 UTC Modified: 2000-04-07 18:53 UTC
From: luny at sci dot fi Assigned:
Status: Closed Package: Other
PHP Version: 4.0 Release Candidate 1 OS: Windows 2000
Private report: No CVE-ID: None
 [2000-04-07 11:11 UTC] luny at sci dot fi
System: Windows 2000 with IIS5 and PHP4 RC1. When submitting form data to a .php page operation times out if the form data (textarea, or uploaded image etc) length is more than 3994 bytes.

Could be a problem in php4isapi.dll because the problem doesn't happen when using apache server (without isapi).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-04-07 18:33 UTC] luny at sci dot fi
I had previously followed some shady instructions I found on the web, and on Internet Services Manager I had "php4isapi.dll" on ISAPI filters, but "php.exe %s %s" on home directory/application mappings!

I changed php4isapi.dll also on app mappings and it works just fine on php4 rc1 :)

 [2000-04-07 18:53 UTC] mrobinso at cvs dot php dot net
Closed.
Thanks for the update.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 12:01:28 2024 UTC