Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70448 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46063 invoked from network); 28 Nov 2013 09:00:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Nov 2013 09:00:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.42 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.128.42 mail-qe0-f42.google.com Received: from [209.85.128.42] ([209.85.128.42:47383] helo=mail-qe0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/C0-37452-F3607925 for ; Thu, 28 Nov 2013 04:00:47 -0500 Received: by mail-qe0-f42.google.com with SMTP id b4so7828185qen.29 for ; Thu, 28 Nov 2013 01:00:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2LtfpBw4UXrx5MV9+RYdGr1I0Zvlstl900gD7EdtXIY=; b=VL6nJpsWSWLiOVNfjSBqxEHOfywLHQi6BJG9yFBRFPyUWYeAwMpTkqUviX7mm4M2Qa luKL1I6OtID7lLca92/fzHQ/+6qIsZtE0vsTMYn+9/yVYq3Ulf5dzOkrJ6NkTQhcDQe0 6bwGfilXDYqOPp9EOEm+MJJ2OLQ6942f7+WLYA7e5MOijAciFh18TasoCZWRiNEf6fKT DPIlI3fPyLXNP7TBbdjrOV/Iy5Hw7AY/td70TBNIq8ThrL3vscRNAfQ2hXl2jcr2Srxo acw+jAt90t1SZRABW3Js+RKRqidrZGmBhIs5S0nU4IXUhHxmJYhKOpboCvAIx8ZJMX5E TzJw== MIME-Version: 1.0 X-Received: by 10.229.49.8 with SMTP id t8mr74209516qcf.21.1385629244738; Thu, 28 Nov 2013 01:00:44 -0800 (PST) Received: by 10.140.37.179 with HTTP; Thu, 28 Nov 2013 01:00:44 -0800 (PST) Received: by 10.140.37.179 with HTTP; Thu, 28 Nov 2013 01:00:44 -0800 (PST) In-Reply-To: <1385628146.16543.0.camel@smugmug> References: <5293E54F.9060604@rotorised.com> <1385628146.16543.0.camel@smugmug> Date: Thu, 28 Nov 2013 10:00:44 +0100 Message-ID: To: Mike Cc: Julien Pauli , Adam Harvey , Yasuo Ohgaki , "internals@lists.php.net" , Michael Wallner , Ryan McCue Content-Type: multipart/alternative; boundary=001a1133b592ec532604ec38f2b5 Subject: Re: [PHP-DEV] Re: [RFC] Slim POST data (was: PHP-5.6 and $HTTP_RAW_POST_DATA) From: tyra3l@gmail.com (Ferenc Kovacs) --001a1133b592ec532604ec38f2b5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2013.11.28. 9:42, "Mike" ezt =C3=ADrta: > > On Tue, 2013-11-26 at 15:30 +0100, Michael Wallner wrote: > > On 26 November 2013 15:28, Ferenc Kovacs wrote: > > > > > > looks good, could you add a new test for always_populate_raw_post_data=3D-1? > > > > Done. > > The RFC has been updated as well: > https://wiki.php.net/rfc/slim_post_data > > -- > Regards, > Mike > Hi Mike, I think it would be nice to either reconstruct or split the RFC. Currently it is a bit hard to tell, that what is changed in which version. I think it would make sense, to have an RFC for 5.6 about introducing the new stream, the new ini option and and how does it keeps userland BC while providing a way to opt-in for the performance gain, and that it introduces an E_DEPRECATED so we can remove the ini and the raw post global variable in the next major version. Ps: posting from my phone, sorry for the typos and for not using the actual ini/variable names. --001a1133b592ec532604ec38f2b5--