Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Zend_ProgressBar
-
Labels:None
-
Tags:
Description
In the function _outputData, the ob_flush didn't work, I add ob_end_flush(). I do'nt know why it wasn't working but maybe it will be usefull for someone.
ob_end_flush();
ob_flush();
flush();
ob_start();
Could you please provide a test case where the current flush-method does not work? I'm unable to reproduce it.