Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85466 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64567 invoked from network); 25 Mar 2015 14:34:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Mar 2015 14:34:30 -0000 Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.182 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.212.182 mail-wi0-f182.google.com Received: from [209.85.212.182] ([209.85.212.182:35752] helo=mail-wi0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/40-63185-577C2155 for ; Wed, 25 Mar 2015 09:34:30 -0500 Received: by wibbg6 with SMTP id bg6so26655177wib.0 for ; Wed, 25 Mar 2015 07:34:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=jx9RR9tUlsS3g1B5j7KtSrUkeGJM2OupCxRpCrWCMrk=; b=SP+ktCG3Ht0kdgXHL75ObnRx/b1hdUhPJslnYzokz/kfCv7CBGi35kGsq3v4INj2UI KnJVmc8iUG6r0tcAdNBIbOFszWVjTqmrhXSxFL524pwO1k94U1zXJbUsozj5JAaLu6M9 eJ/D8kEkCYDM8HHHfkH9XyI8GIUMX8u5Gxe1x24eeNDS6QckAJmdyP1ukf962yB2+lwR hQKoiQz/6+9nqhBKdldR8YjqjGJ++FDoel15si4ogTIVjzYOAbbjvbFA10iAM/PufyEf HUuMQi7+TT+ILrQYU0cz0gd1aTlWncxYX2e6ul86Sl3k3pgkot8G79IrwjNko1Ft8Yic fPUg== X-Received: by 10.194.92.169 with SMTP id cn9mr18143096wjb.61.1427294056821; Wed, 25 Mar 2015 07:34:16 -0700 (PDT) Received: from [192.168.2.120] (89-104-28-113.customer.bnet.at. [89.104.28.113]) by mx.google.com with ESMTPSA id hw7sm3987462wjb.24.2015.03.25.07.34.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Mar 2015 07:34:15 -0700 (PDT) Sender: Michael Wallner Message-ID: <5512C767.5040404@php.net> Date: Wed, 25 Mar 2015 15:34:15 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: PHP Internals Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [RFC][ACCEPTED] Continue Output Buffering From: mike@php.net (Michael Wallner) Hi, I was late closing the vote on rfc:continue_ob, but there was only one yay in the last two days, anyway. The change was accepted with 100% yes votes, and has just been committed. -- Regards, Mike