ID: 26139 Updated by: [EMAIL PROTECTED] Reported By: the0ne at gmx dot net -Status: Open +Status: Feedback Bug Type: CGI related Operating System: Linux PHP Version: 4.3.4 New Comment:
What webserver? And are you really using PHP as CGI binary with it? It looks like you have misconfigured something.. Previous Comments: ------------------------------------------------------------------------ [2003-11-05 12:01:14] the0ne at gmx dot net EGPCS ------------------------------------------------------------------------ [2003-11-05 11:13:59] [EMAIL PROTECTED] Check your variables_order ini setting. ------------------------------------------------------------------------ [2003-11-05 08:13:44] the0ne at gmx dot net Description: ------------ GET/POST variables are not registered at all although everything worked perfectly using version 4.3.1 Reproduce code: --------------- create an index.php containing <? phpinfo(); ?> and call it with parameters, e.g. http://www.domain.tld/scripts/?p=language&a=home or http://www.domain.tld/scripts/index.php?p=language&a=home Expected result: ---------------- _GET["p"] language _GET["a"] home in the list of PHP-Variables Actual result: -------------- the expected entries are missing in the list of PHP-Variables ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26139&edit=1