MF>> on shutdown.
MF>> 
MF>> If I remove the reference operator (thus make a copy of the object [which I
MF>> don't want]) at any point there is no leak.

I guess you've got circular reference case there (it's when variable X 
references Y which in turn references X or part of X). It's known to cause 
memory leaks. It's not dangerous since these leaks are auto-cleaned after 
each request.

-- 
Stanislav Malyshev, Zend Products Engineer   
[EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.115



-- 
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]

Reply via email to