Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47823 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14801 invoked from network); 7 Apr 2010 14:37:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Apr 2010 14:37:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.185 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:42237] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 54/B4-20534-8B89CBB4 for ; Wed, 07 Apr 2010 10:37:45 -0400 Received: from il-gw1.zend.com (unknown [10.1.1.21]) by il-mr1.zend.com (Postfix) with ESMTP id BD9CE5045B; Wed, 7 Apr 2010 17:17:14 +0300 (IDT) Received: from LAP-ZEEV.zend.com ([10.1.2.50]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 7 Apr 2010 17:37:40 +0300 Message-ID: <7.0.1.0.2.20100407173535.13fee1c8@zend.com> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Wed, 07 Apr 2010 17:37:40 +0300 To: Michael Wallner Cc: internals@lists.php.net,Lukas Kahwe Smith , Hannes Magnusson , Jani Taskinen In-Reply-To: <4BBC2D1B.2090906@php.net> References: <3EC72D91-EA33-4175-B9F5-E1A61757916B@pooteeweet.org> <7f3ed2c31003241310nad662e1uad7d5bbe8f985e5@mail.gmail.com> <7f3ed2c31003241326s298cf2a4r19ec7746c4645cc8@mail.gmail.com> <6478E1F4-8DFD-4D7E-A83C-8014A1411D26@pooteeweet.org> <4BBC2D1B.2090906@php.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-OriginalArrivalTime: 07 Apr 2010 14:37:40.0989 (UTC) FILETIME=[E07B3AD0:01CAD65F] Subject: Re: [PHP-DEV] Output buffering patch From: zeev@zend.com (Zeev Suraski) At 09:58 07/04/2010, Michael Wallner wrote: >Here you go: > >http://wiki.php.net/rfc/new-output-api Thanks Mike - that's very helpful! Quick question - other than fixing the issues mentioned in the intro section of the RFC, are there any changes to the behavior of userland-accessible functions (ob_start(), etc.)? Zeev