Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10982 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73562 invoked by uid 1010); 8 Jul 2004 15:15:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 73538 invoked from network); 8 Jul 2004 15:15:18 -0000 Received: from unknown (HELO mail.omniti.com) (66.80.117.3) by pb1.pair.com with SMTP; 8 Jul 2004 15:15:18 -0000 Received: from ([66.80.117.2:33093]) by mail.omniti.com (ecelerity HEAD) with SMTP id CA/E0-07803-6056DE04; Thu, 08 Jul 2004 11:15:21 -0400 Message-ID: <40ED8398.4000306@omniti.com> Date: Thu, 08 Jul 2004 10:25:44 -0700 User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: George Schlossnagle CC: internals@lists.php.net References: <40ED7ED3.7070301@omniti.com> In-Reply-To: <40ED7ED3.7070301@omniti.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] output bufffering issue in 4.3? From: george@omniti.com (George Schlossnagle) George Schlossnagle wrote: > Poking through the output buffering code, it seems like the only way > to force a sapi_flush() is to have implicit_flush set to true. Is > this correct? Is this intended? It seems like ob_flush() should > trigger sapi_flush(), at least if you're at the top level of buffers. In asnwer to my own questions (thanks Zeev): 'Yes.', 'Yes.', and 'Use flush().' George