Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100113 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75883 invoked from network); 29 Jul 2017 20:17:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Jul 2017 20:17:46 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.195 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.161.195 mail-yw0-f195.google.com Received: from [209.85.161.195] ([209.85.161.195:37710] helo=mail-yw0-f195.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C6/60-07025-A6DEC795 for ; Sat, 29 Jul 2017 16:17:46 -0400 Received: by mail-yw0-f195.google.com with SMTP id s143so8224861ywg.4 for ; Sat, 29 Jul 2017 13:17:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=uSHwnXBSDJ6edir1Vh3ySISGp7w5Ck9Dh5D9o1MTlF0=; b=DuB5E4o2DvVKuEGsteAVTbdx8tJbQi3Iuuk0cBjQGpj9ca9E+6PCwUggh7U5YzRHbb COyMQHgV5KiskBz5YHBWfAEfkE5c2wPGatfQRqnsztU+hAVtm4iuWgT5z+DBq9XqHKKe wDU+qo/Z7wn7mfkn638gIxH6Vjwd4AyQqiaxeuiTb9NsXXGEpOJ9efB/g4un024Vxupm GBcP9zaz59W9NlO6HKkfsNBx+wd2KBEWdPXBaWXuuvgzn39FNDIwNg0DmMCTjMVyqR4q ROqRCGXQ/VDAftckVn2NGRi5QzDGE1Ss9+YPB2VUZ6mYkzU6R0j367+DFjXYyO+6pB2W Lxmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=uSHwnXBSDJ6edir1Vh3ySISGp7w5Ck9Dh5D9o1MTlF0=; b=QQqCBe/ova6m8X4Ncr147vJ5PCAnCfVoXYkDp8dqYLNyvG6+HzFV4FY7ZhIbwrFuwX ggpjQX/LfrNO+/kDAuk+RfT4urqLsiGL0eVHxozmMlIfQLXaBhD/hXB0Z0ld1zmJPZe8 zDkPo07jgduhQkYHGOR2gAkSxZhtzBrh6LwFG5OmMoG4TxmpxgEphxRpubGG70qW/cRf XhH483sdJXd/usV7+uEKP8AaITP1mAVIV3/IAeucnu9eGZ7opka7UXzRn3l05bDX9Ag/ c784pxCL2DR8LxoXkjkrFtlZGlkVNVxx5QS3q7ZlZl1e/pNIEJhOw3fp+LBy+Ieddgyy qHRw== X-Gm-Message-State: AIVw110Is8EZICV7uNOxkmeXqaL/Re4ZM/BSLGQkS3pK1zRKoVsfCk7i TT0CXyk91hc5oAE1Ln4= X-Received: by 10.13.200.133 with SMTP id k127mr9680937ywd.327.1501359463724; Sat, 29 Jul 2017 13:17:43 -0700 (PDT) Received: from ?IPv6:2602:306:ce9c:e680:f4a8:eba3:734e:a7d6? ([2602:306:ce9c:e680:f4a8:eba3:734e:a7d6]) by smtp.gmail.com with ESMTPSA id b195sm9054307ywb.21.2017.07.29.13.17.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 29 Jul 2017 13:17:43 -0700 (PDT) To: Kalle Sommer Nielsen , Sara Golemon Cc: PHP internals References: Message-ID: <12777d61-3277-413b-c60b-12c8c75bd76f@gmail.com> Date: Sat, 29 Jul 2017 13:17:41 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Changes to SuperGlobals for PHP 8 (was: something about session_start...) From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > 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 I've seen scenarios where it is very useful. Sure, you can always build another layer of indirection and solve it this way, but it's just making people do more work for no reason. I don't see any problem that would solve. -- Stas Malyshev smalyshev@gmail.com