|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-06-29 05:10 UTC] derick@php.net
[2001-11-22 02:51 UTC] derick@php.net
[2003-04-25 11:05 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 19:00:02 2025 UTC |
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.