Actions
Bug #17608
closedchr(10) after closing php tag
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-09-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In different files there is a chr(10) after the closing php tag (?>).
Example:
t3lib/class.t3lib_cs.php
t3lib/class.t3lib_div.php
This is not really correct, since PHP recommends to delete any characters after the closing php tag.
Or it could result in a error like "Warning: Cannot modify header information - headers already sent by".
(issue imported from #M6354)
Files
Actions