php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10515 IE 5.0
Submitted: 2001-04-26 14:47 UTC Modified: 2001-04-29 11:38 UTC
From: dshadow at zort dot net Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 4.0.4pl1 OS: Windows NT 4.0 SP6
Private report: No CVE-ID: None
 [2001-04-26 14:47 UTC] dshadow at zort dot net
When using multipart/form-data post forms and NT domain authentication, IE 5.0 appears to submit invalid data to the server, causing PHP to ignore all form variables. A print_r($GLOBALS) shows that the data in $CONTENT_TYPE is doubled, causing PHP to improperly process the content and not receive any data. IE 5.5 does not exhibit this problem.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-26 14:54 UTC] dshadow at zort dot net
Addendum: IE 5.0.1 SP 2 works correctly. ASP also properly processes forms submitted by IE 5.0.
 [2001-04-29 11:38 UTC] jmoore@php.net
not really much we can do about this one.. if we were to work around around all the bugs present in IE then we would be here all year. Please contact MSFT about this.

- James
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC