ID: 14037
Updated by: mfischer
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: DOM XML related
Operating System: Linux
PHP Version: 4.0.6
New Comment:

What do you define as 'memory leak' ? Error output in apaches log?

Feedback.

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

[2001-11-12 17:01:15] [EMAIL PROTECTED]

<?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 this 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