php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22039 HTTP client problem
Submitted: 2003-02-03 18:32 UTC Modified: 2003-02-13 20:05 UTC
From: hcl at net-trotter dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.3.0 OS: Linux
Private report: No CVE-ID: None
 [2003-02-03 18:32 UTC] hcl at net-trotter dot com
I made a new site that runs perfectlyunder netscape, opera, konqueror, and 99% of Micro$oft clients, but 1% of Micosoft client does not work.

I tried to figure out if it was a problem of DB, I ran tests, but the test all gone to the conclusion that "some" IE browsers refuse to apply the new version of PHP.

As far as I can see the old version of HTTP addressing $HTTP_POST_VARS['my_var'] works 100% but the new one $my_var does only give 100% truth on any browser but IE for which 1% says no !

I hope to have any clue on this subject because we shall quickly explain it PHP developpers.

Herve

PS the test site is www.virtualtransat.com/vt


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-03 18:54 UTC] philip@php.net
a) What is your register_globals directive
b) What is your variables_order directive
c) Why do you feel $my_var is newer than $HTTP_POST_VARS['my_var']
d) Give a few examples of when $my_var is untruthful (the desired value versus the actual value)
 [2003-02-13 19:53 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2003-02-13 20:05 UTC] sniper@php.net
On second thought, this really is hardly any bug in PHP
but in that 1% of "Microsoft clients".

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Aug 03 14:00:03 2025 UTC