On Wed, 2 Oct 2002, Rasmus Lerdorf wrote:

> > That example only works when register_globals are on. When they are off, it
>
> Up until 4.3 it worked just fine.

    Yes, there were a series of modification with regard to
    $_SESSION which -- modified some of the behaviour.

    get_session_var falls back to EG(symbol_table) in 4.2, if a
    slot has not been found in $_SESSION.  So, your example works
    in 4.2 although it really should not.

    - Sascha


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to