Parser is not releasing memory even after going out of scope. Ex)
function blah () { $page =& new DOMIT_Document(); $page->loadXML("myurl"); <---- this grabs memory and doesn't release my work; }
Log in to post a comment.