ID:               22920
 Updated by:       [EMAIL PROTECTED]
 Reported By:      marcus at names dot co dot uk
-Status:           Open
+Status:           Bogus
 Bug Type:         Variables related
 Operating System: RedHat Linux 7.2
 PHP Version:      4.3.1
 New Comment:

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PHP.

Dupe of bug #22773


Previous Comments:
------------------------------------------------------------------------

[2003-03-27 03:51:33] marcus at names dot co dot uk

When running 4.3.1 as a CGI binary, with register_globals set to 'on',
the first post variable contains all post variables.

For example, if you have a form with the variables (fields) and values
var1=1, var2=2, var3=3, the following variables are set in the target
script:

var1=1&var2=2&var3=3
var2=2
var3=3

I am running the CGI under Zeus Web Server 4.2. I am not sure whether
the $HTTP_POST_VARS array is set correctly, and cannot check this as I
have had to revert back to 4.2.3.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=22920&edit=1

Reply via email to