Page 1 of 1

Optimising PHP - unsetting arrays and objects

Posted: Wed Feb 11, 2004 7:12 am
by LonelyProgrammer
Is there a need to use unset on created objects and arrays to prevent memory leak?

Thanks in advance.

Posted: Wed Feb 11, 2004 3:49 pm
by DuFF
Nope, PHP takes care of all garbage collection for you :D