Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23704 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91002 invoked by uid 1010); 26 May 2006 22:13:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 90985 invoked from network); 26 May 2006 22:13:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 May 2006 22:13:21 -0000 X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 81.169.182.136 ajaxatwork.net Linux 2.4/2.6 Received: from ([81.169.182.136:35892] helo=strato.aixcept.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 58/B4-17316-E7D77744 for ; Fri, 26 May 2006 18:13:18 -0400 Received: from baumbart.mbo (dslb-084-063-047-180.pools.arcor-ip.net [84.63.47.180]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by strato.aixcept.de (Postfix) with ESMTP id CCD2B35C1EB; Sat, 27 May 2006 00:13:15 +0200 (CEST) Date: Sat, 27 May 2006 00:11:27 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <5910616667.20060527001127@marcus-boerger.de> To: internals@lists.php.net Cc: Michael Wallner In-Reply-To: <4476F73C.7020703@lerdorf.com> References: <4476F73C.7020703@lerdorf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] New output control code ready for HEAD From: helly@php.net (Marcus Boerger) Hello Rasmus, helly list, i can only agree to this. People do not care unless they are affected. I am quite sure noone ever had a peep into this patch of which the first version are out since weeks. The idea is generally good and making the ob facility maintainable again is imo worth a bit of a hickup in development. For PHP 6 we still have plenty of time anyway. So i am sure Mike can fixy all the issues. So my advise is to specify a commit date, say tuesday or wednesday next week and commit if no real aregument against is brought up by now. How about that? best regards marcus p.s.: to list, is this now a discussion? or do we need specific people to join? Friday, May 26, 2006, 2:40:28 PM, you wrote: > 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, Best regards, Marcus