Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23697 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 559 invoked by uid 1010); 26 May 2006 12:36:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 544 invoked from network); 26 May 2006 12:36:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 May 2006 12:36:32 -0000 X-Host-Fingerprint: 80.123.98.46 unknown Received: from ([80.123.98.46:17237] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id A9/4E-17316-D46F6744 for ; Fri, 26 May 2006 08:36:29 -0400 Message-ID: To: internals@lists.php.net Date: Fri, 26 May 2006 14:36:33 +0200 User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 80.123.98.46 Subject: New output control code ready for HEAD From: mike@php.net (Michael Wallner) 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, -- Michael