Date: 04/06/01
- Next message: Chuck Hagenbuch: "Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS when register_globals = on"
- Previous message: Chuck Hagenbuch: "Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS when register_globals = on"
- In reply to: Chuck Hagenbuch: "Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS when register_globals = on"
- Next in thread: Chuck Hagenbuch: "Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS when register_globals = on"
- Reply: Chuck Hagenbuch: "Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS when register_globals = on"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Possibly not - can the original poster comment?
He wrote
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.
'access' and 'get' sound like read operations to me.
>- but that does make it really
> messy to write code that works with either setting.
Yes. Feel free to propose a solution which solves your
problem and which is compatible to existing scripts.
- Sascha Experience IRCG
http://schumann.cx/ http://schumann.cx/ircg
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Chuck Hagenbuch: "Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS when register_globals = on"
- Previous message: Chuck Hagenbuch: "Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS when register_globals = on"
- In reply to: Chuck Hagenbuch: "Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS when register_globals = on"
- Next in thread: Chuck Hagenbuch: "Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS when register_globals = on"
- Reply: Chuck Hagenbuch: "Re: [PHP-DEV] Request for new feature: $HTTP_SESSION_VARS when register_globals = on"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

