Actions
Bug #22964
closedWrong handling of entries in textarea fields in install tool - may break installation
Start date:
2010-06-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When entering any data with multiple lines in textareas in the "All configuration" setting of the install tool (these are: setDBinit, binSetup, defaultUserTSconfig, defaultTypoScript_constants, defaultTypoScript_editorcfg), the line breaks are converted incorrectly. For example, when entering
A
B
C
after saving this will become
a'.chr(10).'b'.chr(10).'c
which could break the TYPO3 installation completely
Tested with PHP 5.2.13 and 5.3.1, Firefox and Safari
This may be related to issue 0012514
(issue imported from #M14825)
Actions