Totally Zenned
- Join Date:
- Jun 2007
- Location:
- Texas, USA
- Posts:
- 1,436
- Plugin Contributions:
- 0
Solve Memory Leaks
Hello, Can anyone give any advice on how to code properly so that there are no memory leaks.... I have tried unset($value); .... no memory release seen.... I have tried
gc_disable();
gc_enable();
gc_collect_cycles();
.... no memory release seen..... HELP!!!!!