Re: [PHP] delete_global_variable & session_unset

2007-05-16 Thread Stanislav Malyshev
Best to ask the php-internals list - they write the C code that does all of this work ;) Yeah, I know, clicked on wrong item, already resent there. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscr

Re: [PHP] delete_global_variable & session_unset

2007-05-16 Thread Chris
Stanislav Malyshev wrote: I recently noticed that session_unset in 5.2 (and probably in 6) uses delete_global_variable which looks up global scope and then deletes variable from it. Fine so far, but it does it in a loop - meaning it looks for the global scope each time anew for each session varia