ID: 20168
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Bogus
Bug Type: DOM XML related
Operating System: LINUX May be others
PHP Version: 4.2.3
New Comment:
There is no $dom->free() method at the moment. The DomObjects are only
free at script-end.
Programming such a method is on the todo list...
chregu
Previous Comments:
------------------------------------------------------------------------
[2002-10-30 04:44:43] [EMAIL PROTECTED]
DOMXML Not free created document and php as static binary using as much
memory as can. After usage of all memory kernel kill process
I'v not found any php_functions which is freeing XML Document. Except
unset()
Example:
<?
while(1)
{
$xml_doc = domxml_new_xmldoc("1.0");
unset($xml_doc)
}
?>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=20168&edit=1