Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69136 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11113 invoked from network); 16 Sep 2013 07:08:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Sep 2013 07:08:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.180 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.217.180 mail-lb0-f180.google.com Received: from [209.85.217.180] ([209.85.217.180:43378] helo=mail-lb0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 83/10-10557-A6EA6325 for ; Mon, 16 Sep 2013 03:08:26 -0400 Received: by mail-lb0-f180.google.com with SMTP id q8so3770281lbi.39 for ; Mon, 16 Sep 2013 00:08:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=uD8qXNhl28KO19eZfbzv8CfaSAuoTGV2QDPLTLqHvp4=; b=AMV9WHQWcHAA6Ma9boBcoP1VCWND3RABI6L1jFix/rWq7rS5UFAJ1QeZbuc4VnkBAL cW03G+abwlkAPWFEZc5ZWY1OOjn/RfZfmViv5nr6x0U38qGH7gQGYTaJytIjLU+in70t ng6zoDV77ac/i5htKYfz1GJzQxyO9TqPZpbvKe1Sb3FSOltS2yC7K0BdPpD+0lUAcL+T 84FPxi9ZjJh0O04QKu4EsuZglCa16Ep/jc3xFjjmUvhaWdJgsM9ZwF33/LELOf01jcFD aIjTeQh4SnDVpbDKQGrmkCyIHrLkP7ic5eQurtrgRBNNG+Nx4ajlu4TP3f2ZcgzVmNKb 7N8w== MIME-Version: 1.0 X-Received: by 10.152.2.4 with SMTP id 4mr23760036laq.0.1379314862723; Mon, 16 Sep 2013 00:01:02 -0700 (PDT) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Mon, 16 Sep 2013 00:01:02 -0700 (PDT) In-Reply-To: References: <521D174D.4030802@nebm.ist.utl.pt> Date: Mon, 16 Sep 2013 09:01:02 +0200 X-Google-Sender-Auth: CxMgr3jg67Oxu63vTh4nqVuWGq4 Message-ID: To: Gustavo Lopes Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] PROPOSAL: temp stream for post_data From: mike@php.net (Michael Wallner) Hi all! On 10 September 2013 13:29, Michael Wallner wrote: > On 28 August 2013 08:14, Michael Wallner wrote: >> On 27 August 2013 23:17, Gustavo Lopes wrote: > >>> I think it's generally a good idea, but I have some concerns: > ... > Fixed. The input stream is reusable *and* may be used JIT. > > https://github.com/m6w6/php-src/compare/slim-postdata-merge Anything more to add before it hits master? PS: To pre-empt Chris, I'm about to add notes to UPGRADING{,.INTERNALS} :) -- Regards, Mike