On 30 July 2017 01:18:56 BST, Stanislav Malyshev <smalys...@gmail.com> wrote: >Request context is a global state. It is a legit global state - >everything within the request is executed in the context of the >request.
This is true within the context of the current "shared nothing" design of PHP. There has been talk - and indeed existing implementations - of a more event-based system, where this state would no longer be naturally global in any sense. But as I mentioned before, that ought to lead us to designing a much more radical new representation, rather than just playing around with the current superglobals. Regards, -- Rowan Collins [IMSoP] -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php