> 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. Unless a bug has slipped in, HTTP_SESSION_VARS get always created. If you enable register_globals, variables with global scope will be additionally created. (refer to session.c:238) - Sascha Experience IRCG http://schumann.cx/ http://schumann.cx/ircg -- 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-DEV] Request for new feature: $HTTP_SESSION_VARS wh... Carsten Gehling
- Re: [PHP-DEV] Request for new feature: $HTTP_SESSIO... Alexander Feldman
- RE: [PHP-DEV] Request for new feature: $HTTP_SE... Chris Newbill
- Re: [PHP-DEV] Request for new feature: $HTTP_SESSIO... Andi Gutmans
- Re: [PHP-DEV] Request for new feature: $HTTP_SESSIO... Sascha Schumann
- Re: [PHP-DEV] Request for new feature: $HTTP_SESSIO... Chuck Hagenbuch
- Re: [PHP-DEV] Request for new feature: $HTTP_SE... Sascha Schumann
- Re: [PHP-DEV] Request for new feature: $HTT... Chuck Hagenbuch
- Re: [PHP-DEV] Request for new feature: ... Alexander Feldman
- Re: [PHP-DEV] Request for new feat... Sascha Schumann
- Re: [PHP-DEV] Request for new ... Alexander Feldman
- Re: [PHP-DEV] Request for ... Carsten Gehling
- Re: [PHP-DEV] Request for ... Carsten Gehling