Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79796 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47993 invoked from network); 17 Dec 2014 22:07:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Dec 2014 22:07:41 -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 209.85.212.174 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 209.85.212.174 mail-wi0-f174.google.com Received: from [209.85.212.174] ([209.85.212.174:43386] helo=mail-wi0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8A/B0-43959-CAEF1945 for ; Wed, 17 Dec 2014 17:07:41 -0500 Received: by mail-wi0-f174.google.com with SMTP id h11so17328300wiw.1 for ; Wed, 17 Dec 2014 14:07:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=3j4yaCYkeN7a2A7lHQ26q8+/JPzDV2hIvm2XXNGS09M=; b=Fg703UGzkghBGCfzI5g7dD1AKYDOj92xTtfKWiZf0aHyAUYAw0/PyAtyrNjFye0Rm7 vkKwEdiU8tY5S1tzSNSfYWznlVq5p2Nyr/DC6DwiIl1+YUy6uN0S8L4lh69PSNl1r78n xWjGhZxcHdeji4AEwVf2PG8GY0gL0HKxPD8Z3WkVev3gPpMwEMJXO0CqGuZavJs72NCU EEcis8ZMBy153AMeEtsHxu3vTGWHjjADLpewRl0+8/oRnRMYSGritthjvqXFE3FZaKq/ zOTIzrFt99lyX7vlkhK+t5xEpRX9/8Y5b7rvLaU7mN6YFPSZZunGVmVXX9CFLlcYxzA4 kVpQ== X-Received: by 10.194.62.163 with SMTP id z3mr76824211wjr.74.1418854058140; Wed, 17 Dec 2014 14:07:38 -0800 (PST) Received: from [192.168.0.2] (cpc68956-brig15-2-0-cust215.3-3.cable.virginm.net. [82.6.24.216]) by mx.google.com with ESMTPSA id mu5sm15081650wic.18.2014.12.17.14.07.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Dec 2014 14:07:37 -0800 (PST) Message-ID: <5491FEA1.9070206@gmail.com> Date: Wed, 17 Dec 2014 22:07:29 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: internals@lists.php.net References: <548FEE87.7020602@gmail.com> <5491B636.1010707@gmail.com> In-Reply-To: <5491B636.1010707@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC][VOTE] Objects as Keys From: rowan.collins@gmail.com (Rowan Collins) On 17/12/2014 16:58, Stanislav Malyshev wrote: > Hi! > >> I wonder why you opened voting on this, before resolving the "Open >> Issues": >> >> Open Issues >> >> Should SplFixedArray support object indexes? >> Should SplObjectStorage support calling __hash for an object if it exists? > These issues are not part of the RFC's target, they are possible > improvements to SPL *if* the RFC is accepted. I don't want to spend time > on them if it is not. If it is, then we can see how to improve SPL > classes to support it, but it's a different questions from the main RFC. > I just mentioned it in order to not forget these things need to be > discussed if the RFC is accepted. > That makes sense. They should probably have gone under "Future Scope" rather than "Open Issues" in that case, looking at the wording on the template, but not a big deal. -- Rowan Collins [IMSoP]