PHP Classes

Quickly runs out of memory

Recommend this page to a friend!

      PHP Classes blog  >  How Can PHP Compare T...  >  All threads  >  Quickly runs out of memory  >  (Un) Subscribe thread alerts  
Subject:Quickly runs out of memory
Summary:Quickly runs out of memory
Messages:1
Author:Dave Handler
Date:2019-03-15 14:37:37
Update:2019-03-15 20:02:48
 

  1. Quickly runs out of memory   Reply   Report abuse  
Picture of Dave Handler Dave Handler - 2019-03-15 20:02:48
Hi!

The script is great if it's run on a single case by case basis. If you run this script comparing many images and especially high res images it tends to run php out of memory around the 15-20 iteration.

I'm not a very good OOP coder, procedural I'm great at! This script needs some imagedestory statement(s) to reclaim memory.

IMO this is a far better way to compare image files rather than just comparing md5 sums.

Hope you can update the code or at the least tell me where to put in the imagedestroy statements.

Best Regards, Dave