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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
40 - 32 = ?
Subscribe to this entry?

 
 [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: Fri May 10 16:01:32 2024 UTC