ID: 20396 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: URL related Operating System: Linux SUSE PHP Version: 4CVS-2002-11-12 New Comment:
yup, sounds like a bug. Can you please run "make test" after you ran "make" and answer "y" if it asks to send your info to PHP-QA? This will help us reproduce the problem. thanks, Derick Previous Comments: ------------------------------------------------------------------------ [2002-11-12 12:13:52] [EMAIL PROTECTED] whhen i recompile PHP with --disable-mbstring ALL is ok. But i think that is a BUG ------------------------------------------------------------------------ [2002-11-12 11:57:56] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ [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