Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100088 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85348 invoked from network); 28 Jul 2017 16:22:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jul 2017 16:22:02 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.214.42 mail-it0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:37368] helo=mail-it0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8E/67-40376-9A46B795 for ; Fri, 28 Jul 2017 12:22:01 -0400 Received: by mail-it0-f42.google.com with SMTP id v127so100273436itd.0 for ; Fri, 28 Jul 2017 09:22:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=QQIpqV6JeHvBRji3opJzTb2ycmeYTAdwq9uTYPpfS20=; b=sG1i4EZAYkp5yMDruTUKLeTNYtKMoF9lhXETB+lhfWy+2x/tQD7Pt/vJr0aTjWtRc5 Mp9aAKH3sUUtBSoDdJCiD29C2XlvPQFX2pNm1DEklVlr593/O+EqGYlMDfxrKgbRNfTE m/1VNUZT5pNDM1kU7PI1iytaeVxUYRuCDWxl1uWXhrkJ2ayRv0LkD0xzOG1oCI92HjX2 /fixGFhsZ3bVuS/z2ZNOVlq8aWT5keChO/lURwWEbHJdpPfsOZBE3cQklQSdaNoZ0143 EwWr394b2R9pArVziOHp/rHxr0AY5RWpZCEO/qqDRIyl4tzb2uiKcI+qBtIjAMPyj6CJ DiTw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=QQIpqV6JeHvBRji3opJzTb2ycmeYTAdwq9uTYPpfS20=; b=lmPXmxSHzgwzQ88M+LU2UO46QZfZYqxNFZg0aARXY3Vmbe2uKnrzZkmLsEf1eedQGG f9Y0+ezdtPUF4cukKsPB1vl2l7Chp06TNvfe5C9c/3XZ9u5bwOpnIzT0qEYJFjAEge6b lTLnjmbTqipVM+NRVmYE2lPC9K3VG6ZLUK6FC+U/2BJAVXry5tGeI6GfKo5GzRKLHsqf r/T3OEG8ZmFX+S0H2zzUE5CW6Mr2QOFVgV3NRtyreNKS1sBWyqIUBaXoYLCntQi+AbjU FAzv8YPAM9MiAR1E34TyX49AFrOgvbAzsIRRzM6sBr/hCXrHu9+X2cIsCAo3XVEZFTUs lj8g== X-Gm-Message-State: AIVw111EUEB0eLcsJdbdBv1KmPqLVWcH+pPhHk/MJA2gcmr3rHHeRSgq WiRU0sIAywC7hmo49IhPcFRbcUPs1Q== X-Received: by 10.36.85.214 with SMTP id e205mr9630478itb.120.1501258918537; Fri, 28 Jul 2017 09:21:58 -0700 (PDT) MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.107.168.144 with HTTP; Fri, 28 Jul 2017 09:21:58 -0700 (PDT) In-Reply-To: References: Date: Fri, 28 Jul 2017 18:21:58 +0200 X-Google-Sender-Auth: GmhrCeUxUwJImBY_5rUMSZPofN4 Message-ID: To: Sara Golemon Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Changes to SuperGlobals for PHP 8 (was: something about session_start...) From: kalle@php.net (Kalle Sommer Nielsen) 2017-07-28 17:11 GMT+02:00 Sara Golemon : > I'm sure there will be many strong opinions on this, but let's move > this to a new thread. :D > > 1. This would be an 8.0 change as it does represent a significant BC change. > 2. We can discuss the possibility of INI options or other mitigation > strategies for misbehaving code bases (and they do exist). > 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. I for one thing it makes a lot of sense to make superglobals read-only, writing to them seems more like a hack anyway and should be avoided -- regards, Kalle Sommer Nielsen kalle@php.net