tags:

views:

16

answers:

0

We have an issue with phpThumb where it creates a huge number of temporary files in the temp folder.

temp folder is configured as an absolute path on phpthumb configuration, has 777 (rwxrwxrwx) access rights so apache can write and I would expect remove temporary files.

a) any ideas about why phpthumb creates so many temporary files? I would expect it would use memory where possible (phpthumb.check indicates 128 MB are available to phpthumb). phpthumb.check comes out green in general and we also have imagemagick installed which should consume less memory than GD.

b) any ideas why the temporary files are not deleted?

thanks in advance