From 946cedcbbede7ad0b903b8fe8547dad1fdd9ac38 Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Thu, 9 Mar 2006 03:21:51 +0000 Subject: [PATCH] It does neither end output buffering, nor does it flush the current output buffer (bug #36383) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208967 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/outcontrol/functions/ob-implicit-flush.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/reference/outcontrol/functions/ob-implicit-flush.xml b/reference/outcontrol/functions/ob-implicit-flush.xml index fd18c7bffa..c3d71141e5 100644 --- a/reference/outcontrol/functions/ob-implicit-flush.xml +++ b/reference/outcontrol/functions/ob-implicit-flush.xml @@ -1,5 +1,5 @@ - + @@ -21,11 +21,6 @@ operation after every output call, so that explicit calls to flush will no longer be needed. - - Turning implicit flushing on will disable output buffering, the - output buffers current output will be sent as if - ob_end_flush had been called. - See also flush, ob_start, and