[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] com doc/en: Fix #80673: Be explicit about the order in which to call flush() and =?UTF-8?Q
From:       Christoph Michael Becker <cmb () php ! net>
Date:       2021-01-28 11:34:35
Message-ID: php-mail-e53f8fac92f694bfb28b4650d25c98751825221130 () git ! php ! net
[Download RAW message or body]

Commit:    084841342704e43aa4fceb205453f9bd3f257d87
Author:    Christoph M. Becker <cmbecker69@gmx.de>         Thu, 28 Jan 2021 12:34:35 +0100
Parents:   7dc5a6466b5c49cd712fc19a520f106b4d2d1110
Branches:  master

Link:       http://git.php.net/?p=doc/en.git;a=commitdiff;h=084841342704e43aa4fceb205453f9bd3f257d87

Log:
Fix #80673: Be explicit about the order in which to call flush() and ob_flush()

Bugs:
https://bugs.php.net/80673

Changed paths:
  M  reference/outcontrol/functions/flush.xml


Diff:
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 @@
    <function>flush</function> 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 <function>ob_flush</function> and
-   <function>flush</function> to flush the ob output buffers if you are using
-   those.
+   This means <function>ob_flush</function> should be called before <function>flush</function>
+   to flush the output buffers if they are in use.
   </para>
   <para>
    Several servers, especially on Win32, will still buffer the output from


--
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic