Re: [PHP] Object Memory Leakage...

2006-09-22 Thread Jon Anderson
Richard Lynch wrote: If you get no satisfaction on PHP-General, PHP-Internals may be able to help... Might have to give that a shot...Subscribing to one more mailing list can't hurt I guess. :-) Thanks for the suggestion. You really need to specify PHP version and platform and all that, t

[PHP] Object Memory Leakage...

2006-09-22 Thread Jon Anderson
Sorry folks, this is a long one...I've re-read a bunch of the documentation, and I can't find a solution. In debugging an out of memory condition, I found that PHP doesn't seem to garbage collect unreferenced objects. It seems to work fine for anything other than objects. (Arrays, strings, int