At 22:39 21/3/2001, Björn Schotte wrote:
>Hi Zeev,
>
> > >inconsistencies with unset($foo) and unset($bar["bla"])
> > >(the latter works, the former not))
> > Huh? Both work...?
>
>Here it is in detail:
>
>http://www.php.net/bugs.php?id=8937
>http://www.php.net/bugs.php?id=8972
Ok, as I thought, it has to do with the fact the unset()'ing a variable
won't unset any references to it. It (the way globals/statics work) is a
changed behavior from PHP 3.0, but it's an intended behavior and isn't
considered a bug.
Zeev
--
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]