From:             [EMAIL PROTECTED]
Operating system: LINUX May be others
PHP version:      4.2.3
PHP Bug Type:     DOM XML related
Bug description:  DOMXML - Memory Allocation Without Destroy

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 bug report at http://bugs.php.net/?id=20168&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20168&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20168&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20168&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20168&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20168&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20168&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20168&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20168&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20168&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20168&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20168&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20168&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20168&r=isapi

Reply via email to