Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79801 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87425 invoked from network); 18 Dec 2014 09:09:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Dec 2014 09:09:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.45 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.218.45 mail-oi0-f45.google.com Received: from [209.85.218.45] ([209.85.218.45:63209] helo=mail-oi0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/00-21720-4B992945 for ; Thu, 18 Dec 2014 04:09:09 -0500 Received: by mail-oi0-f45.google.com with SMTP id x69so114523oia.18 for ; Thu, 18 Dec 2014 01:09:06 -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=Z9c0Yy6v5bMybn1up2AyrwnPAkaw4qpDneSTJGgNLY0=; b=SwZv3hTAc53ugv9qqbYlYbQzGVnjZQlOm0QmYmkPlI62krMeD3ZypTnX2pWClNZbVM uJd77Gf7VtDhYp5y5dFHFqaiusHdkqLmo4CAiLxI92KH1gdSQI4kSMPnL/YsNXY83lR5 buZTuJnhQPMrypqKPjHcokJStSacr/TkAsy44IAJq8UHLeUfsReDHnrKhnoWOoEJ4UbD DKJp5+e5O7wxK0wiw4VJHY8a/85etiT8n/drKRkMHiKex2s189rSVqNLNtvp56k3sID1 SOaAlucIhagE3bC/e+pjMhGDW7ASmDWFNHPIzXa+bvMKzeV7epyY+K5W9T6DtQYh8hRC gT5Q== X-Received: by 10.202.98.10 with SMTP id w10mr579522oib.104.1418893414428; Thu, 18 Dec 2014 01:03:34 -0800 (PST) Received: from [192.168.2.102] (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id z205sm2963669oie.14.2014.12.18.01.03.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Dec 2014 01:03:33 -0800 (PST) Message-ID: <54929864.50105@gmail.com> Date: Thu, 18 Dec 2014 01:03:32 -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: Rowan Collins , PHP internals References: <548FEE87.7020602@gmail.com> <549009EE.7040808@fischer.name> <54907683.2070509@gmail.com> <8AB6896C-D5DB-4471-BBD5-60784B2FC1BE@gmail.com> <54907EDE.6020500@gmail.com> <4E4F7392-154C-4282-8D5D-553194D09DCE@gmail.com> <5490DC22.2080605@gmx.de> <5490DD19.2080502@gmail.com> <5490E226.3070202@gmx.de> <5490E6F2.4050109@gmail.com> <549166B7.2030003@gmail.com> In-Reply-To: <549166B7.2030003@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC][VOTE] Objects as Keys From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Luckily, we have SplObjectStorage, which maybe makes that rather less > urgent as well. SplObjectStorage doesn't do this - SplObjectStorage uses objects' identity, which means two GMP(1)'s are different objects. -- Stas Malyshev smalyshev@gmail.com