@@ -120,7 +120,9 @@ echo 'Tags:'.PHP_EOL; foreach ($this->_tags as $tag) { $tag->dump($opts); - ob_flush(); + if ($this->_headers['Version'] < 6) { + ob_flush(); + } } } }