Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:10980 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84706 invoked by uid 1010); 8 Jul 2004 14:54:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84399 invoked from network); 8 Jul 2004 14:54:56 -0000 Received: from unknown (HELO mail.omniti.com) (66.80.117.3) by pb1.pair.com with SMTP; 8 Jul 2004 14:54:56 -0000 Received: from ([66.80.117.2:33052]) by mail.omniti.com (ecelerity HEAD) with SMTP id A3/E0-07803-1406DE04; Thu, 08 Jul 2004 10:54:59 -0400 Message-ID: <40ED7ED3.7070301@omniti.com> Date: Thu, 08 Jul 2004 10:05:23 -0700 User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: output bufffering issue in 4.3? From: george@omniti.com (George Schlossnagle) 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. George