Actions
Bug #22311
closedanother Bug causing typo3temp to fill up with files
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-03-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
this is another bug causing typo3temp to fill up with files which will never be deleted,
on frequent visited sites this can slow the site down within days or weeks
Like
http://bugs.typo3.org/view.php?id=12376
temporary files will be created with IDs/names using something like "md5(microtime())"
The submitted patch works but is slow and dirty. It takes the serialized array variable of the item as a substituion of "microtime()".
The best solution is a management of temporary files by offering library functions for generating IDs and creating and deleting temp files.
(issue imported from #M13886)
Files
Actions