05-16-2009, 02:34 PM
|
#4 (permalink)
|
|
Wizard
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
|
You generally don't have to worry about memory management in PHP, scripts just don't run long enough for leaks to be a problem. This is not always the case in extremely complicated tasks though,
|
|
|
|