ID: 13538
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: Variables related
Operating System: Linux Slackware 4.0
PHP Version: 4.0.6
New Comment:

That is not completely true...

The only vars that are working are the short ones...

Regards,

Marco

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

[2001-10-04 09:14:38] [EMAIL PROTECTED]

Isn't it a great new feature? 
Both the long names and short names work.

--Jani


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

[2001-10-04 05:47:58] [EMAIL PROTECTED]

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 this 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