From: [EMAIL PROTECTED] Operating system: Linux SUSE PHP version: 4CVS-2002-11-12 PHP Bug Type: URL related Bug description: Not correct URL Parsing
IF i type URL test.php?a=b&11&c=d I have: $_GET["a"] = "b"; IF i type URL test.php?a=b&11&c=d&e= I have: $_GET["a"] = "b"; $_GET["c"] = "d"; I think that is incorrect sorry for my english -- Edit bug report at http://bugs.php.net/?id=20396&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20396&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20396&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20396&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20396&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20396&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20396&r=support Expected behavior: http://bugs.php.net/fix.php?id=20396&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20396&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20396&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20396&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20396&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20396&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20396&r=isapi