Re: [PHP] Re: Freeing memory for DOMDocument

2009-01-07 Thread Rob Richards
Nathan Rixham wrote: Jesús Enrique Muñoz Fernández wrote: Maybe you could find and answer here: *http://drupal.org/node/81037 Some people have the same problem, i was this trouble in the past and i fix it increasing the *memory_limit *in php.ini file* Anyway read the posts in the url that i

Re: [PHP] Re: Freeing memory for DOMDocument

2009-01-07 Thread Nathan Rixham
Jesús Enrique Muñoz Fernández wrote: Maybe you could find and answer here: *http://drupal.org/node/81037 Some people have the same problem, i was this trouble in the past and i fix it increasing the *memory_limit *in php.ini file* Anyway read the posts in the url that i wrote. > To: php-g

RE: [PHP] Re: Freeing memory for DOMDocument

2009-01-07 Thread Jesús Enrique Muñoz Fernández
Maybe you could find and answer here: http://drupal.org/node/81037 Some people have the same problem, i was this trouble in the past and i fix it increasing the memory_limit in php.ini file Anyway read the posts in the url that i wrote. > To: php-general@lists.php.net; jcbo...@yahoo.com > D

Re: [PHP] Re: Freeing memory for DOMDocument

2009-01-07 Thread Christoph Boget
>> Does anyone know how (or even if) I can explicitly free the memory >> used for the DOMDocument? Any help/advice would be greatly >> appreciated! > I've had exactly the same problem and couldn't find a way around it; even > after unsetting every variable in my scripts inside a for/while loop; in