Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100124 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35458 invoked from network); 30 Jul 2017 18:01:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2017 18:01:28 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.44 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.44 mail-wm0-f44.google.com Received: from [74.125.82.44] ([74.125.82.44:38119] helo=mail-wm0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0F/C5-07025-6FE1E795 for ; Sun, 30 Jul 2017 14:01:27 -0400 Received: by mail-wm0-f44.google.com with SMTP id m85so152961052wma.1 for ; Sun, 30 Jul 2017 11:01:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:user-agent:in-reply-to:references:mime-version :content-transfer-encoding:subject:to:from:message-id; bh=GjtaqoAMxhsx5oO3HWXFpXE5ePtdyyA8Pz/HLQidvpw=; b=K74D0IYa7r82sOWTqReAlKOjgJPse2LROl5RIxqU+gaGb7+IbM+V8SD+xuMu/C3Jag N8M6kxdHa6whhUshubkIZTCifbEqddldDlU+g5WYgPHGTJXT7ay2IFrYhdhI3e78hcdf hjxj/2C1p9qIUKF7ExixAhKlIi+M8hmzDRJ3YKxIkPJTGt2NaGNHc+X5AhBosOEiXZ7M N8e/O7sicX0iIx/sKDmb55cXaSkfkdJ9i7tT1hI7YxqYepzVo4SlG2fjsAnZPWfV0IQg zEprrs3F/jgklHNPJ8gAT7hLjoVQdwi+8FCW8ai0dzBRtE2CHTzZK4FBWBTNW7JQFoh3 EMZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:user-agent:in-reply-to:references :mime-version:content-transfer-encoding:subject:to:from:message-id; bh=GjtaqoAMxhsx5oO3HWXFpXE5ePtdyyA8Pz/HLQidvpw=; b=smNNOjMo78dZ7gPTzNbYvlbLp/CvcVHKUEzMn1afVaQY83AH4FRRDzH6bjzwkiQ+84 mnbWtEMHQCgjgadoVqm4kLATP7KiZqk1vk9G9YZkP6yWh22pKrsvx9ANLqekDDJswN+U Rz36UlKWBfEgaRIbOmniMkPZMnZbYCOs8kijXl068LF2VJaKIiGEz+H5FCHrrzbnMlts OqRZBSZJg87eljUXqWxaxoEL1CJzdY/mr2F336FeN3z9hQORy4Nv+T8CsS+dyYpL1o4x kQoDWq2oMekMSPJdhX3D7Jehb81V2HSB5xt5SaaBWiRz8rKYzA9vNxqSZFQFOcTOzDZ8 Q4+w== X-Gm-Message-State: AIVw113E9q8ap9yb4+zrzG3PTB8h8myS9vgeSNVy+G0bz+JqVFFVyYRd EMTzllz1NkZa5Pki X-Received: by 10.28.69.72 with SMTP id s69mr10096591wma.117.1501437683102; Sun, 30 Jul 2017 11:01:23 -0700 (PDT) Received: from android-c07b90b023759a5a.home (host109-149-135-231.range109-149.btcentralplus.com. [109.149.135.231]) by smtp.gmail.com with ESMTPSA id a3sm30736256wra.17.2017.07.30.11.01.21 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 30 Jul 2017 11:01:22 -0700 (PDT) Date: Sun, 30 Jul 2017 19:01:20 +0100 User-Agent: K-9 Mail for Android In-Reply-To: References: <12777d61-3277-413b-c60b-12c8c75bd76f@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable To: internals@lists.php.net Message-ID: <696F4EEE-3317-4385-80F5-55812D5B8CC0@gmail.com> Subject: Re: [PHP-DEV] Changes to SuperGlobals for PHP 8 From: rowan.collins@gmail.com (Rowan Collins) On 30 July 2017 01:18:56 BST, Stanislav Malyshev wr= ote: >Request context is a global state=2E It is a legit global state - >everything within the request is executed in the context of the >request=2E This is true within the context of the current "shared nothing" design of = PHP=2E There has been talk - and indeed existing implementations - of a mor= e event-based system, where this state would no longer be naturally global = in any sense=2E But as I mentioned before, that ought to lead us to designi= ng a much more radical new representation, rather than just playing around = with the current superglobals=2E Regards, --=20 Rowan Collins [IMSoP]