From 084841342704e43aa4fceb205453f9bd3f257d87 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 28 Jan 2021 12:34:35 +0100 Subject: [PATCH] Fix #80673: Be explicit about the order in which to call flush() and ob_flush() --- reference/outcontrol/functions/flush.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reference/outcontrol/functions/flush.xml b/reference/outcontrol/functions/flush.xml index bd544f442f..7e17f942b5 100644 --- a/reference/outcontrol/functions/flush.xml +++ b/reference/outcontrol/functions/flush.xml @@ -21,9 +21,8 @@ flush may not be able to override the buffering scheme of your web server and it has no effect on any client-side buffering in the browser. It also doesn't affect PHP's userspace output buffering mechanism. - This means you will have to call both ob_flush and - flush to flush the ob output buffers if you are using - those. + This means ob_flush should be called before flush + to flush the output buffers if they are in use. Several servers, especially on Win32, will still buffer the output from