Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40703 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15922 invoked from network); 26 Sep 2008 10:03:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Sep 2008 10:03:25 -0000 X-Host-Fingerprint: 213.229.41.14 border-g21.inqnet.at Received: from [213.229.41.14] ([213.229.41.14:10741] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1D/C1-19781-C63BCD84 for ; Fri, 26 Sep 2008 06:03:25 -0400 Message-ID: <1D.C1.19781.C63BCD84@pb1.pair.com> To: internals@lists.php.net Date: Fri, 26 Sep 2008 12:04:21 +0200 User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 References: <03.52.27158.9D5A2D84@pb1.pair.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 213.229.41.14 Subject: Re: [PHP-DEV] [Fwd: [PATCH] Backport of HEADs output API] From: mike@php.net (Michael Wallner) Lukas Kahwe Smith wrote: > well the question is does it fix some real world bugs? this late in the > game i would not want to include these changes if they "just" add > features .. Huh? :) The question to me is, why did you ask me to do it, when you're not sure what it's about? Not to be anally at all... ;) The greatest plus to me are: - getting rid of monolithic php_end_ob_buffer() - getting rid of output handler specific code in SAPI.c - being able to hook from the running output handler to change it's behavior - being able to clearly configure conflicts and reverse conflicts between output handlers Regards, Mike