From:             kr at bpm dot pl
Operating system: RH8.0
PHP version:      4.2.3
PHP Bug Type:     *Programming Data Structures
Bug description:  wrong parameters in $_GET/$_PUT tables

apache 2.0.40
web browser: file.php?par=1&par=2&par=3

echo count($_GET); // 1 
echo $_GET["par"]; // 3(string) not table with values:1,2,3
-- 
Edit bug report at http://bugs.php.net/?id=22251&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22251&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22251&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22251&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22251&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22251&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22251&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22251&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22251&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22251&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22251&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22251&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22251&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22251&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22251&r=gnused

Reply via email to