> I don't have enough mental strength to dive into that script 
> right now, but 

:-)

> be advised that if you create circular references (which 
> apparently you do) 
> then yes, it will leak.  PHP doesn't support circular references.

Ahhh.

It may sound like a stupid question, but why not?
And is it likely to in the future?

As for the leaks, when on a production system (--disable-debug)
does PHP catch and free them after each request (provided they
are emalloc'd) ?

If so, then I will forget about them.  If not, I might have
to try another approach.

--Wez.

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