Bug #19900
closedstdout always buffered in CLI mode
0%
Description
After upgrading from 4.2.3 to 4.2.4 output of CLI scripts is always buffered. Until 4.2.3 the output was not buffered.
Example (some code removed)
#!/usr/local/bin/php -n
// *********************************
// Standard initialization of a CLI module:
// *********************************
// Defining circumstances for CLI mode:
define('TYPO3_cliMode', TRUE);
// Defining PATH_thisScript here: Must be the ABSOLUTE path of this script in the right context:
// This will work as long as the script is called by it's absolute path!
//define('PATH_thisScript',$_ENV['_']?$_ENV['_']:$_SERVER['_']);
define('PATH_thisScript',".......");
define('TYPO3_MOD_PATH', '../typo3conf/ext/xxx/');
$BACK_PATH = '../../../typo3/';
$MCONF['name'] = '_CLI_xxx';
require_once(dirname(PATH_thisScript).'/'.$BACK_PATH.'init.php');
- HERE you run your application!
- do something ...
?>
(issue imported from #M10248)
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.