From:             [EMAIL PROTECTED]
Operating system: Redhat7.2
PHP version:      4.3.0RC2
PHP Bug Type:     Performance problem
Bug description:  form post results in duplicitous $_REQUEST

using:
 PHP Version 4.3.0RC2
'./configure' '--with-mysql=/usr'
'--with-apxs2=/usr/local/apache2/bin/apxs' '--with-zlib=yes'
'--enable-calendar' '--enable-ctype' '--enable-sysvsem' '--with-bz2'
'--with-openssl'
 Apache2.0.43

php source reads:
<a href="modifyDuties.php?staffId=<?php echo $_REQUEST["staffId"];
?>">duties</a>

resulting page reads:
<a href="modifyDuties.php?staffId=3staffId=3">duties</a>

Why is '$_REQUEST["<name>"]' equal to '<value><name>=<value>'?

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

Reply via email to