php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20849 POST data submitted by UNIX Netscape 4+ (Mozilla 1+) won't fill *_POST array
Submitted: 2002-12-05 18:05 UTC Modified: 2002-12-24 03:33 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: christoph dot soellner at web dot de Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.3.0RC2 OS: win2k adv server SP3
Private report: No CVE-ID: None
 [2002-12-05 18:05 UTC] christoph dot soellner at web dot de
Tried to submit a form via POST method to the server
(apache 1.3.27). Then wanted to have the submitted data
just be viewed by the script.

  while(list($key, $value) = each($_REQUEST)) { 
    echo "field '$key', value '$value' <br>";
  }

I only get the session_id or GET data when submitting
the form with an UNIX Netscape 4+. Windows Versions
work properly. Netscape 3 on both platforms is doing
a great job as well as the KDE Konqueror.
I even tried the $_POST and $HTTP_POST_VARS arrays.
Nothing in there but the sessionID. Posts in news-
groups didn't help, people only say, they'd have the
same problem.

Seven

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-06 06:21 UTC] sniper@php.net
I can't really reproduce this..(posting even this form with NS4 on Linux, and as you can see, it works fine).

Please add a short example script here (complete one).

You can also try the latest STABLE snapshot from http://snaps.php.net/ (and make sure you replace ALL the existing files with the new ones. Especially php4ts.dll)


 [2002-12-06 20:28 UTC] sniper@php.net
Please don't send me any private emails but add the information HERE so that other people can see it too.
Thank you. (and short example script is around 10-15 lines MAX)

 [2002-12-24 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2002-12-24 03:33 UTC] christoph dot soellner at web dot de
OK folks,

I upgraded my Apache Webserver to 2.0.43 and that solved
the problem. Thank you for your help. Seven
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC