From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.0.6
PHP Bug Type:     DOM XML related
Bug description:  Memory leak in xmldocfile function

<?php
echo "starting test ...<p>";
flush();
for ($i=0; $i<100; $i++)
{
        $doc = xmldocfile( "SOMEXMLFILE" );
}
echo "test finished";
?>

When this is done on Apache, the memory used by Apache sky rockets.  The
larger the XML file, the larger the memory leak.

-- 
Edit bug report at: http://bugs.php.net/?id=14037&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to