Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79786 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22064 invoked from network); 17 Dec 2014 17:46:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Dec 2014 17:46:28 -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.192.169 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.169 mail-pd0-f169.google.com Received: from [209.85.192.169] ([209.85.192.169:37062] helo=mail-pd0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/C3-34025-371C1945 for ; Wed, 17 Dec 2014 12:46:28 -0500 Received: by mail-pd0-f169.google.com with SMTP id z10so16714670pdj.0 for ; Wed, 17 Dec 2014 09:46:25 -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:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Apb/KtsPzeBMDj1kglb70TSCQg5fXfnwzW9TyaBT43I=; b=fmOd6AY6BXnkJQ8C6/foFJap9PCKgf/AH1XfHItykgUsXAjvdvbeJlrQ3cNVM+obe/ FMU0QLf9TXBzSta7tFvfst4xMoOt1gPKSU/fzL4/TG64gLZPp/IBnZ7qSAIzsIKzYkOz DbvhRyebfuP24PL0jinholDPZC67eV2aRRRW+RdnNBb7Qcb9xOo8Wwx54da05TMteZ/S oDt1vVKjB7cua0k3xJ9LW8W0A7m/P20ZTSQF5/CXnqj+pgrNFhlrvzQM476WnVOqBD0g MeUPz9Fpiof8bXuyhrf9hNpj5JVsLZ5bjcuc64HUaT2K45ss5bgaDsxLMww+6sw9fMBm x+xw== X-Received: by 10.66.166.141 with SMTP id zg13mr72910126pab.9.1418838385006; Wed, 17 Dec 2014 09:46:25 -0800 (PST) Received: from stas-air.corp.wikimedia.org (tan4.corp.wikimedia.org. [198.73.209.4]) by mx.google.com with ESMTPSA id fb7sm4567555pab.10.2014.12.17.09.46.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Dec 2014 09:46:24 -0800 (PST) Message-ID: <5491B636.1010707@gmail.com> Date: Wed, 17 Dec 2014 08:58:30 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Derick Rethans CC: PHP Internals References: <548FEE87.7020602@gmail.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC][VOTE] Objects as Keys From: smalyshev@gmail.com (Stanislav Malyshev) 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. -- Stas Malyshev smalyshev@gmail.com