PHP Classes

Fix for memory leak

Recommend this page to a friend!

      Similarities Finder  >  All threads  >  Fix for memory leak  >  (Un) Subscribe thread alerts  
Subject:Fix for memory leak
Summary:Fix for memory leak
Messages:1
Author:Peter
Date:2011-11-15 22:49:04
 

  1. Fix for memory leak   Reply   Report abuse  
Picture of Peter Peter - 2011-11-15 22:49:04
This is a good script, but it's a memory hog. I hit half a gig after just 200 words.

Simple fix though, replace $check[$i] with $check and reset it after each loop $check = array();