From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.3.0
PHP Bug Type:     Scripting Engine problem
Bug description:  form post magic variables clumped together

Hello,
When I post a html form with 3 hidden fields, with 3 or less alphanumerics
as the values, and 4 or less alphanumerics as the NAME of the first field,
and a submit button having a name value, the first field variable has
clumped all the other post data in it, instead of just the magic variable
for field 1 like it should.

Using phpinfo, there is _ENV["+"] after _ENV["REMOTE_PORT"] that shows the
telltale clump, or a line and a square when the form does not meet the
above situation. I do not know what this _ENV["+"] is but think it's a
clue. There's also _SERVER["+"] and in the Environment a plain + after
REMOTE_PORT that will be the name of my hidden field 1 with the clump
data. 

I have seen many other complaints in the bug section about variables
missing or broken, but noone tracked down the cause as well as this. It
takes 3 simultaneous conditions.
You can see this in action at
http://www.zewy.com/phpclump.php

I'm going to put a hidden field with 1000 as the value on every page as my
work-around. 999 didn't work, it's only 3 alphanumerics.

If you could find a fix it would be appreciated. BTW, one day, it's my
dream to have millions of $$$ and donate it to open source developers..
You make the world a better place.

Thanks
-- 
Edit bug report at http://bugs.php.net/?id=21827&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21827&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21827&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21827&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21827&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21827&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21827&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21827&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21827&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21827&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21827&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21827&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21827&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21827&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21827&r=gnused

Reply via email to