> > Aha. This caused some really bad 'bugs' in the new PHP release...
> > I didn't know why it was bad... Please revert to the same method
> > as $HTTP_*_VARS use...
> 
> Excuse me? I'm quite confused by your message. Do you mean that
> $HTTP_SESSION_VARS['foo'] and $foo should not be references to the same
> value?

$HTTP_GET_VARS['foo'] (get!!) and $foo are references to the
same value now... I think...

This should be the same for SESSION vars. This is not the
case now if I understand the original letter well...

I received some bug reports from PHP users complaining, that
their session vars are working in global scope, but not in
the $HTTP_SESSION_VARS[] array. The PHP code were correct...

Goba
........................................................... . . .  .  .
Editor of the Hungarian PHP manual, Admin of the Hungarian PHP mirror


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