ID: 14512 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Analyzed Bug Type: Unknown/Other Function Operating System: Debian PHP Version: 4.1.0RC1 Assigned To: hirokawa New Comment:
Oops sorry. Copy & paste magic ;) I thought you are mixing + and %20, but it's not. This should be fixed :) Previous Comments: ------------------------------------------------------------------------ [2001-12-14 06:53:12] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ [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]