Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100089 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87411 invoked from network); 28 Jul 2017 16:41:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jul 2017 16:41:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=pmjones88@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pmjones88@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.51 as permitted sender) X-PHP-List-Original-Sender: pmjones88@gmail.com X-Host-Fingerprint: 209.85.214.51 mail-it0-f51.google.com Received: from [209.85.214.51] ([209.85.214.51:38640] helo=mail-it0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 65/C7-40376-7496B795 for ; Fri, 28 Jul 2017 12:41:43 -0400 Received: by mail-it0-f51.google.com with SMTP id h199so99676691ith.1 for ; Fri, 28 Jul 2017 09:41:43 -0700 (PDT) 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=Dwzu/rIJgMUCGTeVlv0orXYxAd8xW6l9qf9K3/wYkL8=; b=s/j+2kKbbNNocDMVxW03JHAayP411BH8nPrt3ZRGNSrChJ3D+zaAu/kGoDRIWjvGEY vjwkagefI/2E06Deh2+km4PqFaz5doRjNwylWtfZnf3W1jBvHX2yUhRDQn2AhBI3FJHi uPqYg8EizdooLF1ja5f86pTIVWOhCN6RSL8vtueMg6abnVKidcF6GxvVp0jSdLeVsyaN NunqbYnCAwbtjV+VsyFg/oCjBsQ9A4wtJZ49+8s9DrIEfoPGVZdlSi5NkdUrbsiTKf7g FQ/Ziu9Ie5TcK3RyeZMUZALWbCLlpaSZQj6X2n4XGdY1zqnFr8K1quiy7iurDCK7jiYO hD1A== 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=Dwzu/rIJgMUCGTeVlv0orXYxAd8xW6l9qf9K3/wYkL8=; b=d8KGH9ykFHyoK5xUH55+bnb63J4xbCZN9KTox18tOZHj+43vjchBlqCwogfzpGhPCF fAYvKqRNuyz4wlcFO9ozL22IhrdBvy4FUTJB/9VjMlOYinSfUFQTTWA+nm8zE7HmtQ2n 05ezw0iHMtu9iZnP8rtD/9atTCVUwRfWT414JDDPgW/5ZDX5NXvC32YP7tZJob4BeE1e P3YFDrI5Up2xnysQuC5lvUefoQRqf14ADKBhqQ1ISzeDOEaUFZyyyCuY9RpU35T4/jwX sa0G0/JjtQFtJgolDlYBMbb6/2/iz4LL+1XQVzq8kFYVcZGvWjwNSZUop6S7lXBAzQYN QRvA== X-Gm-Message-State: AIVw112VZU9voQ9374lUhy5vHIvdKk6utUTQDic4D7B5qejPxGA7Ys13 9ilOdOjq30hJew== X-Received: by 10.36.254.6 with SMTP id w6mr9439171ith.158.1501260100577; Fri, 28 Jul 2017 09:41:40 -0700 (PDT) Received: from [192.168.1.88] (107-223-28-39.lightspeed.nsvltn.sbcglobal.net. [107.223.28.39]) by smtp.gmail.com with ESMTPSA id y12sm10342286iod.83.2017.07.28.09.41.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Jul 2017 09:41:39 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) In-Reply-To: Date: Fri, 28 Jul 2017 11:41:37 -0500 Cc: PHP internals Content-Transfer-Encoding: quoted-printable Message-ID: References: To: Sara Golemon X-Mailer: Apple Mail (2.3273) Subject: Re: [PHP-DEV] Changes to SuperGlobals for PHP 8 From: pmjones88@gmail.com (Paul Jones) > On Jul 28, 2017, at 10:11, Sara Golemon wrote: >=20 > 3. I'm definitely not decided on what I'd like from default session > behavior. An error isn't out of the question, for sure. If this kind of big change is being contemplated, I would very much be = in favor of decoupling the various combined elements of sessions. In = particular, decoupling the auto-reading and auto-sending of cookies from = the storage interactions. Also, the "request" extension (and its related RFC) may have some use = here, as it attempts to address the readable nature of superglobals. - http://pecl.php.net/package/request - https://wiki.php.net/rfc/request_response --=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