Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57880 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43356 invoked from network); 14 Feb 2012 19:34:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2012 19:34:25 -0000 X-Host-Fingerprint: 46.74.46.200 unknown Date: Tue, 14 Feb 2012 14:34:24 -0500 Received: from [46.74.46.200] ([46.74.46.200:8895] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7F/F1-33012-F37BA3F4 for ; Tue, 14 Feb 2012 14:34:24 -0500 Message-ID: <7F.F1.33012.F37BA3F4@pb1.pair.com> To: internals@lists.php.net References: <4F38CFCE.7000508@gmail.com> User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Posted-By: 46.74.46.200 Subject: Re: main/output.c problem From: mike@php.net (Michael Wallner) On Mon, 13 Feb 2012 10:54:38 +0200, James Edmunds wrote: ... > if the output handler function set the return buffer pointer to NULL, it > was a signal to the output code to pass through the buffer contents > unmodified. The compatibility function wasn't doing that. A fix has been committed. Thank you for the report! Regards, Mike