Actions
Bug #26228
closedRemove obsolete safe_mode hacks from t3lib_div
Start date:
2011-04-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
t3lib_div::fixPermissions() and t3lib_div::mkdir() have a preg_replace to remove a trailing slash from a given directory: Some PHP functions like mkdir() fail with trailing slashes if safe_mode is on.
These hacks can be removed in 4.6.
Actions