ID: 13757 Updated by: yohgaki Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Scripting Engine problem Operating System: Linux Old PHP Version: 4.0.6 PHP Version: 4.1.0 New Comment:
PHP 4.1.0 does this also... Previous Comments: ------------------------------------------------------------------------ [2001-10-19 11:05:39] [EMAIL PROTECTED] executable script /tmp/bug: >>> # ! /usr/local/bin/php -f <?php print "V1 = $V1\n"; print "V2 = $V2\n"; var_dump($HTTP_GET_VARS); ?> <<< command: $ /tmp/bug "V1=val1&V2=val2" output: >>> V1 = V2 = val2 array(2) { ["/tmp/bug_V1"]=> string(4) "val1" ["V2"]=> string(4) "val2" } <<< problem: ... see: the first array index is parsed to "/tmp/bug_V1". downwardcompatibility to PHP3 not given ! ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=13757&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]