1. Fetch the global scope
2. For each CV in the global scope, check if it should be deleted
against session hash (since we have hashes it should be quick).
This way instead of stack depth*number of CVs*number of session vars we
get only stack depth+number of CVs*hash lookup time. Which should be
much better. So anybody sees any reason not to do it?
--
Stanislav Malyshev, Zend Products Engineer
st...@zend.com http://www.zend.com/
Best to ask the php-internals list - they write the C code that does all
of this work ;)
--
Postgresql & php tutorials
http://www.designmagick.com/
Yeah, I know, clicked on wrong item, already resent there.