jimw Thu Dec 20 16:10:55 2001 EDT
Modified files:
/phpdoc/en/functions outcontrol.xml
Log:
flush: note that mod_gzip may buffer data
Index: phpdoc/en/functions/outcontrol.xml
diff -u phpdoc/en/functions/outcontrol.xml:1.23 phpdoc/en/functions/outcontrol.xml:1.24
--- phpdoc/en/functions/outcontrol.xml:1.23 Wed Dec 12 15:47:12 2001
+++ phpdoc/en/functions/outcontrol.xml Thu Dec 20 16:10:55 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
<reference id="ref.outcontrol">
<title>Output Control Functions</title>
<titleabbrev>Output Control</titleabbrev>
@@ -76,6 +76,11 @@
Several servers, especially on Win32, will still buffer
the output from your script until it terminates before
transmitting the results to the browser.
+ </para>
+ <para>
+ Server modules for Apache like mod_gzip may do buffering of their own
+ that will cause <function>flush</function> to not result in data being
+ sent immediately to the client.
</para>
<para>
Even the browser may buffer its input before displaying it.