Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97518 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69985 invoked from network); 5 Jan 2017 09:15:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2017 09:15:57 -0000 Authentication-Results: pb1.pair.com header.from=pthreads@pthreads.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pthreads@pthreads.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pthreads.org from 74.125.82.44 cause and error) X-PHP-List-Original-Sender: pthreads@pthreads.org X-Host-Fingerprint: 74.125.82.44 mail-wm0-f44.google.com Received: from [74.125.82.44] ([74.125.82.44:37246] helo=mail-wm0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4B/D3-55609-CCE0E685 for ; Thu, 05 Jan 2017 04:15:56 -0500 Received: by mail-wm0-f44.google.com with SMTP id t79so478044144wmt.0 for ; Thu, 05 Jan 2017 01:15:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pthreads-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=iS/mqM+H6r3jY9Phcwa16Yq8wbJOyjZBVGrqjXCxaKo=; b=qiDYBNCECX5kSU22JTJ7Pb8uoxRWSgPrInmzpQ/Z4wR44Rz4q9DyosgzmCED5K+kb9 LmJN51JWl0evcqWDJDuAV7Sp7caoLDvsy/sidlzFCONV0egdxdLurHOhVKaTe9L29d6o zufSVDt5EGEl2ga7pdSKO5HAYQm0jWO8j1K5AMGvk4a94PrCafrZiYZW06zT+ZGIZkBR 4h17Yjze9XO8JhGr8t0niJ8W+1KQ3F3fQ3q2pOxuX7XMPkhV8vkNGlBjZid9iBE3+2b+ wgjxih7tTU+k7oXTWji/sE133Nf5xVJyUjQsj091jluvxuS0jCo3dT3u0r/kD4M36cE8 yg1Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=iS/mqM+H6r3jY9Phcwa16Yq8wbJOyjZBVGrqjXCxaKo=; b=hw0ansv/G8hURjxSL4H4+WO2X0siQhLe6X/cI4SwibboUrW5mUs+AfJSf3FBi0vXrK p/P0no6Wf3ui770wByc3umHpSXTy9OrabXxK1ujYDunD6ShzFj5OIZzEzGUOKgwGiKED q/8BDLR2s4IGgfO49NUj51exaTrhVyFE6DuVqbNHLa2E52aJhN2zh+z2BNCn2WWutFk1 YDS2Tc7GRGYL434MIDWIYFr6CUXYcUMMK6UuGYWd3ljDiGJI+NV3QQMGkAOAqf25j7qj sKAgQ7VX5rjKbskJQwUz9aXc3ZQpx6amDakmByAxtNaQghjBRibjaNLlYDx5Bwu957qr UqPA== X-Gm-Message-State: AIkVDXKvquuMMQB1LrHlRzlyXfDULjd6QXLJoj8mzOhWLMEUOlE5vb9iNARjp+camxkItAupX3tNcNR9NO0c1A== X-Received: by 10.28.9.80 with SMTP id 77mr62160323wmj.68.1483607753072; Thu, 05 Jan 2017 01:15:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.176.4 with HTTP; Thu, 5 Jan 2017 01:15:52 -0800 (PST) X-Originating-IP: [86.178.168.203] In-Reply-To: References: <0D388F9E-98FA-4C1F-95FA-759C4D4731C6@gmail.com> <2A.04.04761.F9A9D585@pb1.pair.com> <2017010414120739532-pmjones88@gmail.com> Date: Thu, 5 Jan 2017 09:15:52 +0000 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=001a11444da81bbf440545555987 Subject: Fwd: [PHP-DEV] Re: [RFC] ServerRequest and ServerResponse objects From: pthreads@pthreads.org (Joe Watkins) --001a11444da81bbf440545555987 Content-Type: text/plain; charset=UTF-8 Sorry about the noise ... silly mail server ... ---------- Forwarded message ---------- From: Joe Watkins Date: Thu, Jan 5, 2017 at 7:55 AM Subject: Re: [PHP-DEV] Re: [RFC] ServerRequest and ServerResponse objects To: "Paul M. Jones" Cc: PHP internals Morning Paul, Just to note that this does require a super majority. It is the consensus of core maintainers that language change means anything we have to continue to maintain if it's voted in, and this very much falls into that category so a simple majority is not good enough. Cheers Joe On Wed, Jan 4, 2017 at 8:12 PM, Paul M. Jones wrote: > On 2016-12-23 21:43:56 +0000, Andrea Faulds said: > > Hi, >> >> Since the $get, $post etc. properties are the same as $_GET and $_POST, >> does that mean they retain the same name mangling scheme? (See "https colon >> slash slash wiki dot php dot net slash rfc slash on_demand_name_mangling"* >> for details of that.) >> >> It would be nice to fix that eventually, and this would be a place where >> we could do so without breaking backwards-compatibility. >> >> *Sorry about spelling it out like that. Apparently, the mail server >> thinks this link is spam. >> > > (I'm trying to post via Usenet, since mailing list messages on this thread > have not come through to me. This is a copy of an email I sent to Andrea > directly.) > > I presume the answer is "yes" because the properties are populated > directly from $_GET and $_POST. > > If there is some patch that might be applied to un-mangle things, and you > think this is the place to do it, I cannot imagine John Boehr or I would > refuse a patch. > > > -- pmj > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: > > --001a11444da81bbf440545555987--