From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.2.2
PHP Bug Type:     *URL Functions
Bug description:  URL variable without = affects other URL variable

?a&b&c=3&d=4&e=5
This results in HTTP_GET_VARS:
a=
b=
c=3
The variables d and e are missing. For each variable without = it deletes
a variable at the end.
-- 
Edit bug report at http://bugs.php.net/?id=20989&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20989&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20989&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20989&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20989&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20989&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20989&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20989&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20989&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20989&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20989&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20989&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20989&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20989&r=isapi

Reply via email to