Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23698 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4873 invoked by uid 1010); 26 May 2006 12:40:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 4857 invoked from network); 26 May 2006 12:40:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 May 2006 12:40:37 -0000 X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from ([204.11.219.139:51055] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id D1/1F-17316-347F6744 for ; Fri, 26 May 2006 08:40:36 -0400 Received: from [192.168.2.228] ([82.138.32.250]) (authenticated bits=0) by lerdorf.com (8.13.6/8.13.6/Debian-1) with ESMTP id k4QCeTWd012234; Fri, 26 May 2006 05:40:30 -0700 Message-ID: <4476F73C.7020703@lerdorf.com> Date: Fri, 26 May 2006 16:40:28 +0400 User-Agent: Thunderbird 3.0a1 (Macintosh/20060414) MIME-Version: 1.0 To: Michael Wallner CC: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] New output control code ready for HEAD From: rasmus@lerdorf.com (Rasmus Lerdorf) Like I said on irc, I think getting this into HEAD is the only way for us to have any chance of figuring out what might be affected by it. -Rasmus Michael Wallner wrote: > Hi, > > After receiving some positive words to go ahead on IRC, I finished > porting the output control implementation to HEAD. > > If there are no further objections, I'm going to commit soonish, so it > can be tested. > > Patch: > http://dev.iworks.at/PATCHES/output/ob-HEAD.txt > > References: > http://marc.theaimsgroup.com/?l=php-dev&m=114104110826804&w=2 > http://marc.theaimsgroup.com/?l=php-dev&m=114210732600710&w=2 > http://marc.theaimsgroup.com/?l=php-dev&m=114595213508582&w=2 > > Todo: > - Functions which accepted a plain char* in the simpler older > world now require a zval*, I'm not sure if this is the best way. > - Improve existing output handlers to benefit from the new > implementation. > > Regards,