ID:               15446
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Duplicate
 Bug Type:         DOM XML related
 Operating System: RedHat7.1
 PHP Version:      4.1.1
 New Comment:

That's a feature request and actually a duplicate (don't know the # of
the other report). There was even a patch supplied (but last time I
tested [=months ago ;)]) I had some problems with it.


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

[2002-02-08 06:17:13] [EMAIL PROTECTED]

Use a small xml string and start this code
and look at your memory server, I've 150Mb
before the end of the loops :-(
Of course, I've the same result with a few loops
an big xml data.

for($j=1;$j<=20;$j++){
        for($i=1;$i<=1000;$i++){
                xmldoc($xml);
                echo "<br>loop $j:$i\n";
        }
        sleep(2);
}

Is it a memory leak?
Or a feature to add like xmldocfree()?


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


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


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to