ID: 26057
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Bogus
Bug Type: DOM XML related
Operating System: Linux
PHP Version: 4.3.3
New Comment:
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.
Previous Comments:
------------------------------------------------------------------------
[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