ID:               26139
 User updated by:  the0ne at gmx dot net
 Reported By:      the0ne at gmx dot net
-Status:           Feedback
+Status:           Open
 Bug Type:         CGI related
 Operating System: Linux
 PHP Version:      4.3.4
 New Comment:

i'm using php cgi. really.
and everything worked exactly as it is with 4.3.1

the webserver is named mathopd
phpinfo can be found on
host: http://www.t-horner.com/secure/info.php
user: php
pass: sniper


Previous Comments:
------------------------------------------------------------------------

[2003-11-05 12:12:38] [EMAIL PROTECTED]

What webserver? And are you really using PHP as CGI binary with it? It
looks like you have misconfigured something..


------------------------------------------------------------------------

[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

Reply via email to