ID: 14512
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Summary: --enable-mbstr-enc-trans breaks parametr parsing
Status: Analyzed
Bug Type: Unknown/Other Function
Old Operating System: Debian GNU/Linux
Operating System: Debian
Old PHP Version: 4.1.0
PHP Version: 4.1.0RC1
Old Assigned To: hirokawa
Assigned To: 
New Comment:

Yes. the _GET["111_222_"] is the problem!
the query should be only
sep.php?+111+222+&test_param=abcde&

and this should be correct one. Strange is, that when you use
sep.php?&test_param=asdf&+123+234+

you get the correct result

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

[2001-12-14 06:32:22] [EMAIL PROTECTED]

Hirokawa-san, 
Although query string is completely wrong, could you take a look at it? I've got

_GET["111_222_"]
for
phpinfo.php?+111+222+&test_param=abcde&%20the%20test_param

BTW, Language & Translation is for manuals ;)
Type = Unknown/Other Function, since mbstring module is missing in type :(

To reporter: Since query string invalid, this may not be fixed. Do you have any query 
string valid, yet produce wrong result?



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

[2001-12-14 06:11:15] [EMAIL PROTECTED]

When you run s script with like sep.php?+111+222+&test_param=abcde& the test_param 
won't get inserted into environment/GET['test_param']/HTTP_GET_PARAMS

It's also related to Debian bug #121403
http://bugs.debian.org/121403

Petr Cech

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



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


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to