Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79700 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68863 invoked from network); 16 Dec 2014 08:34:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Dec 2014 08:34:21 -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.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:61703] helo=mail-oi0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F7/F5-34244-C8EEF845 for ; Tue, 16 Dec 2014 03:34:20 -0500 Received: by mail-oi0-f45.google.com with SMTP id a141so9269598oig.4 for ; Tue, 16 Dec 2014 00:34:17 -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 :content-type:content-transfer-encoding; bh=xBy1QmnrRrBFmTRJ6QEu68Btb+KdgXyXfqNUoVmYMdc=; b=IAK1MTVmAdF+xc9EFYy8mVf3A04JV85MOc9HBb+XnxtdrGc12UtPibt9ir/TH+X4JI Eg+uhBN2O/kwgyiLwdWDvASP33H9Q52S+8PITkap2yyyBcUKqTMQLOoy0jO7OdBWWUrW cqgBs8eeAVng4Z8HfSPgjYELWdmp8ZwjhAcFOwHc2GixOW3ZBo9s3avYmVjqH47M/PEc Xd1KdqaYv8rDErN8EDBQaEOddsMLnE9WL1qbUWu+lrE/E1Vv187Ev9Ttg9ratgCUwpFt FistnJsYckIfmcfOTAZpOGKRMC7JMX7VO4Nwn7y+Kery8BeBj7piD0mEjc2k8rNJiqFP Mnjg== X-Received: by 10.60.161.76 with SMTP id xq12mr21935759oeb.59.1418718857019; Tue, 16 Dec 2014 00:34:17 -0800 (PST) Received: from [192.168.2.145] (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id k9sm54766oev.8.2014.12.16.00.34.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Dec 2014 00:34:16 -0800 (PST) Message-ID: <548FEE87.7020602@gmail.com> Date: Tue, 16 Dec 2014 00:34:15 -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: PHP Internals Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [RFC][VOTE] Objects as Keys From: smalyshev@gmail.com (Stanislav Malyshev) Hi! I'd like to initiate a vote on "objects as keys" RFC: https://wiki.php.net/rfc/objkey I know this is a holiday season but it was extensively discussed and I think most people already formed their opinions. I've put the voting period as 3 weeks to have some time for people to vote even with the holidays, etc. The vote includes choice for the name. Vote for either name is counted as the vote for the overall proposal, and 2/3 majority is required as it's a language change. Some more expanded summary of the arguments is here: http://php100.wordpress.com/2014/12/14/objects-as-keys/ in case you're interested. -- Stas Malyshev smalyshev@gmail.com