Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97546 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5081 invoked from network); 6 Jan 2017 22:29:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jan 2017 22:29:25 -0000 Authentication-Results: pb1.pair.com header.from=pmjones88@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pmjones88@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.48 as permitted sender) X-PHP-List-Original-Sender: pmjones88@gmail.com X-Host-Fingerprint: 209.85.214.48 mail-it0-f48.google.com Received: from [209.85.214.48] ([209.85.214.48:37891] helo=mail-it0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/0C-23307-44A10785 for ; Fri, 06 Jan 2017 17:29:24 -0500 Received: by mail-it0-f48.google.com with SMTP id x2so26061562itf.1 for ; Fri, 06 Jan 2017 14:29:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=J1Rf7qB1BrqkUsHlxSatHMVc5or8VIrTb+FlAhXpdDw=; b=mzCGlC6L1afgDq0kNC4wZjzsaIeZwT1jTcbahqhY3uENP/hPeuj6Qot+ClNWY1bVLP WiOed/lPY40FCsFXl+uwWUfjPtK5gcMsn6IywmNJlLm5vFSC0/w9qcr3WVVVfd3ey+Za DRFRyFZMh/giigAu9dyFB+YiTopdyqfjsMkZv9Y/lhNHda1N3yG0aBjFV9/wOk8wE2Wn lBv2QW2aUbEUjM9hFbGG+ZCWXSR3S5oM2cV66qbVd/ewPifEGvAbrwJVWDBM3+BDbaXw fXoOud91+7LTrLinLSRqT1LEtZlxiP1nchBPGW/EzNK/xBdtFY4JtUsLdvFYZ6KfweIN ZChg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=J1Rf7qB1BrqkUsHlxSatHMVc5or8VIrTb+FlAhXpdDw=; b=npYrz2YigiU2xaH4AT1T/C6k+2ccXL6RLCBx8s9iG7f5VyCjMorArV0+EjhaD/Racj /PpeH0HywcOfeQ4p0kSK4dJiLerQWLzuXDNqmxG5/1/NG5FmldCbUApK8QYBTe7rlbye QTEpZvxJPmlB7hwhzkjKe5iGMeIA+TgiroHI+qRoWA5adKzc/D1hgXn0qnLguiKv3TMn cCCuXpVn+KpB2YodCWgPIFX+1Jpw873EgKL1uEu43o5ZGvJvMFVFTIqzSC7zmx4KGPMX Uqqu71wgv3BWbNOaZISaOTV4Tvm7Po4OObhtC9+1n37y8Nz1wALps15K646ExJEQkRcb nCaQ== X-Gm-Message-State: AIkVDXIERalPmXHpDpV+DCLee/boqMubCyepQfm1OXQrhzTolFF/KRKklQt4Y2fAocmy0w== X-Received: by 10.36.50.78 with SMTP id j75mr819664ita.58.1483741761406; Fri, 06 Jan 2017 14:29:21 -0800 (PST) Received: from samurai.attlocal.net (107-223-29-56.lightspeed.nsvltn.sbcglobal.net. [107.223.29.56]) by smtp.gmail.com with ESMTPSA id d77sm2161403itc.10.2017.01.06.14.29.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Jan 2017 14:29:20 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) In-Reply-To: Date: Fri, 6 Jan 2017 16:29:19 -0600 Cc: PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: <2C0C185D-65A1-452E-AF76-94741E85464E@gmail.com> References: <0D388F9E-98FA-4C1F-95FA-759C4D4731C6@gmail.com> <2A.04.04761.F9A9D585@pb1.pair.com> <2017010414120739532-pmjones88@gmail.com> To: Pierre Joye X-Mailer: Apple Mail (2.3259) Subject: Re: [PHP-DEV] Re: [RFC] ServerRequest and ServerResponse objects From: pmjones88@gmail.com (Paul Jones) > On Jan 6, 2017, at 12:51, Pierre Joye wrote: >=20 >=20 >=20 > On Jan 5, 2017 3:12 AM, "Paul M. Jones" wrote: > On 2016-12-23 21:43:56 +0000, Andrea Faulds said: >=20 > Hi, >=20 > 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.) >=20 > It would be nice to fix that eventually, and this would be a place = where we could do so without breaking backwards-compatibility. >=20 > *Sorry about spelling it out like that. Apparently, the mail server = thinks this link is spam. >=20 > (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. >=20 > Same here, not even the initial post. Could you post it again for the = record pls? Can do. In fact, I'll resend the original under a slightly modified = subject, and we can start the whole thing over. Sorry for the hassle. --=20 Paul M. Jones pmjones88@gmail.com http://paul-m-jones.com Modernizing Legacy Applications in PHP https://leanpub.com/mlaphp Solving the N+1 Problem in PHP https://leanpub.com/sn1php