ID: 26057
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Bogus
Bug Type: DOM XML related
Operating System: Linux
PHP Version: 4.3.3
New Comment:
i wonder if you could reproduce it with "while(1) 'foo';" ... there is
no free method but the last line of PHP_FUNCTION(domxml_xmltree) is
/* xmlFreeDoc(docp); */
so that might be the problem
Previous Comments:
------------------------------------------------------------------------
[2003-11-01 06:05:13] [EMAIL PROTECTED]
Yeah, I can reproduce this with: "php -r 'while(1) $i.="foo";'
so I wouldn't call it a bug..
IIRC, there's a 'free()' method in the domxml stuff now, you should use
that.
------------------------------------------------------------------------
[2003-10-31 10:03:19] [EMAIL PROTECTED]
Description:
------------
domxml_xmltree seams to have a memory leak at least with libxml 2.5.11
Reproduce code:
---------------
php -r "while(1) xmltree('<foo />');"
Actual result:
--------------
process crashes because of exceeded memory limit
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=26057&edit=1