ID: 20396 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Bogus +Status: Feedback Bug Type: URL related Operating System: Linux SUSE PHP Version: 4CVS-2002-11-12 New Comment:
Nicos, of course this is a bug. Can you tell whether the problem is gone when you compile PHP with the --disable-mbstring option to configure? Derick Previous Comments: ------------------------------------------------------------------------ [2002-11-12 10:58:40] [EMAIL PROTECTED] Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php ------------------------------------------------------------------------ [2002-11-12 10:51:48] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=20396&edit=1