Actions
Bug #38699
closedt3lib_div::unlink_tempfile does not always work on Windows
Start date:
2012-07-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
On windows, the file name created by t3lib_div::tempnam may contain backslashes. These should be cleaned up with t3lib_div::fixWindowsFilePath inside t3lib_div::unlink_tempfile.
Actions