Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:96888 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80564 invoked from network); 14 Nov 2016 17:40:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Nov 2016 17:40:06 -0000 X-Host-Fingerprint: 82.132.241.97 82-132-241-97.dab.02.net Received: from [82.132.241.97] ([82.132.241.97:24409] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/10-12542-4F6F9285 for ; Mon, 14 Nov 2016 12:40:04 -0500 Message-ID: To: internals@lists.php.net X-Mozilla-News-Host: news://news.php.net:119 Date: Mon, 14 Nov 2016 17:39:53 +0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 82.132.241.97 Subject: [RESULT] Convert numeric keys in object/array casts From: ajf@ajf.me (Andrea Faulds) Hi everyone, Voting on the Convert numeric keys in object/array casts RFC has now ended. There were 21 votes in favour and 1 against, which is a greater than 2/3 majority in favour, and so the RFC has been accepted for PHP 7.2. The RFC (including voting details) can be found here: https://wiki.php.net/rfc/convert_numeric_keys_in_object_array_casts The patch will probably be merged shortly. There's no change to the language specification (which doesn't specify or comment on this bug), only the interpreter. Thank you to everyone who participated in the discussion and vote. -- Andrea Faulds https://ajf.me/