[PHP-DEV] Bug #14099 Updated: POST/GET - if there is a dot in the name it's changes to _

2001-11-19 Thread galg
ID: 14099 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: HTTP related Operating System: Linux, Red-Hat 6.2 PHP Version: 4.0.6 New Comment: even if you use #046; it's been replaced to _. in many other languages this is possible. form action=

[PHP-DEV] Bug #14099 Updated: POST/GET - if there is a dot in the name it's changes to _

2001-11-19 Thread sniper
ID: 14099 Updated by: sniper Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: HTTP related Operating System: Linux, Red-Hat 6.2 PHP Version: 4.0.6 New Comment: Maybe in other languages but not in PHP. As Markus already said, '.' is reserved character in PHP. Even if you encode it it

[PHP-DEV] Bug #14099 Updated: POST/GET - if there is a dot in the name it's changes to _

2001-11-18 Thread galg
ID: 14099 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: HTTP related Operating System: Linux, Red-Hat 6.2 PHP Version: 4.0.6 New Comment: When i submit a form where is a dot in the name it's changes to _. for example: form action=?=$PHP_SELF;?

[PHP-DEV] Bug #14099 Updated: POST/GET - if there is a dot in the name it's changes to _

2001-11-18 Thread mfischer
ID: 14099 Updated by: mfischer Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: HTTP related Operating System: Linux, Red-Hat 6.2 PHP Version: 4.0.6 New Comment: That's intended behaviour. You can't have dots in variable names, the dot is already used for string