Actions
Bug #21403
closedPHP Warning produced by t3lib_div::flushOutputBuffers()
Start date:
2009-10-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
The method "t3lib_div::flushOutputBuffers()" produces a PHP Warning after each run of the "cli_dispatch.phpsh" script.
The reason for that is that all available buffer are cleared by the method and after that the method send an "header". There is no reason to send a header at the comandline.
Solution:
Remove the send "header" statement.
Notes:
- The method is currently only at the cli_dispatch.phpsh in usage
See: typo3/cli_dispatch.phpsh:120:t3lib_div::flushOutputBuffers()
- The PHP Warning is stored in the sys_log table.
(issue imported from #M12396)
Files
Updated by Francois Suter about 15 years ago
Committed to trunk in revision 6438
Actions