Yes, what you're saying definitely makes sense and I think it should be fixed.
Andi
At 09:20 PM 4/5/2001 +0200, Carsten Gehling wrote:
>One of the IMHO stranger behaviors in PHP is what happens to the
>$HTTP_SESSION_VARS array when changing register_globals from off to on.
>
>If register_globals is set to on, you cannot access $HTTP_SESSION_VARS any
>longer. Instead you can get the values through implicit created variables or
>through the $GLOBALS array.
>
>Now compare this to $HTTP_GET_VARS and $HTTP_POST_VARS. Both of these arrays
>are available regardless of what register_globals is set to.
>
>Shouldn't it be the same for $HTTP_SESSION_VARS ?
>
>- Carsten
>
>
>
>--
>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]
--
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]