Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108987 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 41743 invoked from network); 11 Mar 2020 23:09:53 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 11 Mar 2020 23:09:53 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A15491804D8 for ; Wed, 11 Mar 2020 14:31:08 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS29169 217.70.176.0/20 X-Spam-Virus: No X-Envelope-From: Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 11 Mar 2020 14:31:07 -0700 (PDT) X-Originating-IP: 107.223.28.39 Received: from samurai.attlocal.net (107-223-28-39.lightspeed.nsvltn.sbcglobal.net [107.223.28.39]) (Authenticated sender: pmjones@pmjones.io) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id CCA83FF805; Wed, 11 Mar 2020 21:31:05 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.60.0.2.5\)) In-Reply-To: Date: Wed, 11 Mar 2020 16:31:03 -0500 Cc: php internals Content-Transfer-Encoding: quoted-printable Message-ID: <9DD44F4C-340A-4623-B45F-0893A47DEC0E@pmjones.io> References: <50BD013E-CF72-414C-BBC0-A7A2E45CBDDB@pmjones.io> <1657AB79-5CAF-4BCA-96B5-1343EC703CCD@pmjones.io> <38289BE3-41F1-4738-A3E0-0D9174A9F732@pmjones.io> To: Arvids Godjuks X-Mailer: Apple Mail (2.3608.60.0.2.5) Subject: Re: [PHP-DEV] RFC: Server-Side Request and Response Objects (v2) From: pmjones@pmjones.io ("Paul M. Jones") Hi Arvids, > On Mar 11, 2020, at 16:22, Arvids Godjuks = wrote: >=20 > I took a deeper look into the GitHub repo and it answered a few = questions - > RFC just didn't give any examples of usage/instantiation and how you = can > make a new object. I was thinking it was a read-only global type = object > that lives and dies with the start and end of the request. That's my failure, then; I will add a couple of examples like that to = the RFC before calling the vote. Thanks for taking the time to examine the repo, and let me know if you = think of anything else. --=20 Paul M. Jones pmjones@pmjones.io 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