ID: 11354
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Suspended
Old Bug Type: DOM XML related
Bug Type: Scripting Engine problem
Operating System: RHat 6.2
PHP Version: 4.0.5
New Comment:

Suspended for now, as there is no imediate fix for this.

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

[2001-06-29 05:10:41] [EMAIL PROTECTED]

Zeev, Andi,

is this possible with the Zend Engine at all? Are the
destructers called when a variabele is reassigned?

Derick

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

[2001-06-08 06:32:44] [EMAIL PROTECTED]

In a loop:

while (somethings true) {
    $doc = xmlDocFile($xmlFile);
}

All the documents aren't freed until the CGI finishes.  Instead of waiting until the 
script finishes, the memory (which can be HUGE) must be deallocated as the variable 
gets reassigned.

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



Edit this bug report at http://bugs.php.net/?id=11354&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