I'do more test.
I note that is the query() function to a Zend_Dom_Query object that increase
the memory.
I unset() both Zend_Dom_Query and Zend_Dom_QueryResult objects and the
problem persist!
If I comment the query functions the memory usage does not increase!!
I've no idea


$dom = new Zend_Dom_Query($response); 
$domDiv = $dom->query('div[class="someClass"]');
//this code goes in out of memory

$dom = new Zend_Dom_Query($response); 
//$domDiv = $dom->query('div[class="someClass"]');
//this code DO NOT goes in out of memory
-- 
View this message in context: 
http://www.nabble.com/Zend_Dom-out-of-memory-tp21125082p21202175.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to