ID:               26057
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Wont fix
 Bug Type:         DOM XML related
 Operating System: Linux
 PHP Version:      4.3.3
 New Comment:

As ZendEngine1 doesn't provide capability for its extensions to track
the lifetime of the userland object that wraps an underlying libxml
object, such objects can  never be destroyed during the session
(request) at the right time.


Previous Comments:
------------------------------------------------------------------------

[2003-11-03 05:09:29] [EMAIL PROTECTED]

reopened

------------------------------------------------------------------------

[2003-11-01 07:40:25] [EMAIL PROTECTED]

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

------------------------------------------------------------------------

[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

Reply via email to