Date: 05/22/01
- Next message: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/language types.xml"
- Previous message: Andrei Zmievski: "[PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] Fwd: Re: [PHP-DEV] Using $HTTP_SESSION_VARS with register_globals On"
- In reply to: Andrei Zmievski: "[PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] Fwd: Re: [PHP-DEV] Using $HTTP_SESSION_VARS with register_globals On"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > 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
- Next message: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/language types.xml"
- Previous message: Andrei Zmievski: "[PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] Fwd: Re: [PHP-DEV] Using $HTTP_SESSION_VARS with register_globals On"
- In reply to: Andrei Zmievski: "[PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] Fwd: Re: [PHP-DEV] Using $HTTP_SESSION_VARS with register_globals On"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

