Actions
Bug #18431
closedAlways generate Icons, assume that we have gd2 by default
Start date:
2008-03-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
as we require PHP5 for TYPO3 4.2 and PHP5 comes with gd and gif write support enabled it is now save to permanently enable icon generation. We can also safely assume that we have gd2.
This was originally part of another issue with icon generation that has been fixed meanwhile. However, this part was forgotten.
(issue imported from #M7837)
Files
Updated by Christian Kuhn about 16 years ago
FYI:
Part one has been commited in rev. 3732. This sets default noIconProc to 0.
The second part (removing search for icons in filesystem and switch to default gdlib_2) is pending.
Updated by Chris topher about 14 years ago
GDLib 2 has been made default in #22687, which was committed in Rev. 7781.
The part which searches for icons if noIconProc is 1 has not yet been removed.
Actions