From:             [EMAIL PROTECTED]
Operating system: Linux Slackware 4.0
PHP version:      4.0.6
PHP Bug Type:     Variables related
Bug description:  The variable names do not use HTTP_*_VARS format

All the PHP variables do not have the name HTTP_*_VARS, where * =
{GET,POST,ENV,SERVER,COOKIE}

They have a short name like:

_GET["...
_POST["...

and so on

Main settings of the php.ini are:

gpc_order = GPC 
register_argc_argv = Off 
register_globals = Off
safe_mode = Off 
variables_order = EGPCS

I am running Apache 1.3.20. The PHP I have tried so far are 4.0.7RC1 and
4.0.8-dev (I cannot use the 4.0.6 because of the bug
http://bugs.php.net/bug.php?id=11776)

A very simple phpinfo() shows all the variables in the last table with the
"short version" of their name...

Regards,

Marco
-- 
Edit bug report at: http://bugs.php.net/?id=13538&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to