takagi Thu Mar 9 03:21:51 2006 UTC
Modified files: /phpdoc/en/reference/outcontrol/functions ob-implicit-flush.xml Log: It does neither end output buffering, nor does it flush the current output buffer (bug #36383) http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/outcontrol/functions/ob-implicit-flush.xml?r1=1.3&r2=1.4&diff_format=u Index: phpdoc/en/reference/outcontrol/functions/ob-implicit-flush.xml diff -u phpdoc/en/reference/outcontrol/functions/ob-implicit-flush.xml:1.3 phpdoc/en/reference/outcontrol/functions/ob-implicit-flush.xml:1.4 --- phpdoc/en/reference/outcontrol/functions/ob-implicit-flush.xml:1.3 Tue Aug 3 17:25:33 2004 +++ phpdoc/en/reference/outcontrol/functions/ob-implicit-flush.xml Thu Mar 9 03:21:51 2006 @@ -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.ob-implicit-flush"> <refnamediv> @@ -22,11 +22,6 @@ <function>flush</function> will no longer be needed. </para> <para> - Turning implicit flushing on will disable output buffering, the - output buffers current output will be sent as if - <function>ob_end_flush</function> had been called. - </para> - <para> See also <function>flush</function>, <function>ob_start</function>, and <function>ob_end_flush</function>.