vrana           Thu Sep 16 10:45:02 2004 EDT

  Modified files:              
    /phpdoc/en/reference/outcontrol     ini.xml 
    /phpdoc/en/reference/outcontrol/functions   flush.xml 
  Log:
  How to flush output (bug #26238)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/ini.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/outcontrol/ini.xml
diff -u phpdoc/en/reference/outcontrol/ini.xml:1.5 
phpdoc/en/reference/outcontrol/ini.xml:1.6
--- phpdoc/en/reference/outcontrol/ini.xml:1.5  Fri Aug 13 09:21:11 2004
+++ phpdoc/en/reference/outcontrol/ini.xml      Thu Sep 16 10:45:02 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <section id="outcontrol.configuration">
  &reftitle.runtime;
  &extension.runtime;
@@ -52,6 +52,7 @@
      to 'On'. If you wish to limit the size of the buffer to a certain size -
      you can use a maximum number of bytes instead of 'On', as a value for
      this directive (e.g., output_buffering=4096).
+     As of PHP 4.3.5, this directive is always Off in PHP-CLI.
     </para>
    </listitem>
   </varlistentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/flush.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/outcontrol/functions/flush.xml
diff -u phpdoc/en/reference/outcontrol/functions/flush.xml:1.3 
phpdoc/en/reference/outcontrol/functions/flush.xml:1.4
--- phpdoc/en/reference/outcontrol/functions/flush.xml:1.3      Mon Jun 16 14:47:45 
2003
+++ phpdoc/en/reference/outcontrol/functions/flush.xml  Thu Sep 16 10:45:02 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
   <refentry id="function.flush">
    <refnamediv>
@@ -21,6 +21,8 @@
      <function>flush</function> has no effect on the buffering
      scheme of your webserver or the browser on the client
      side. 
+     Thus you need to call both <function>ob_flush</function> and
+     <function>flush</function> to flush the output buffers.
     </para>
     <para>
      Several servers, especially on Win32, will still buffer

Reply via email to