Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97584 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53526 invoked from network); 8 Jan 2017 14:21:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jan 2017 14:21:45 -0000 Authentication-Results: pb1.pair.com header.from=colinodell@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=colinodell@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.181 as permitted sender) X-PHP-List-Original-Sender: colinodell@gmail.com X-Host-Fingerprint: 209.85.220.181 mail-qk0-f181.google.com Received: from [209.85.220.181] ([209.85.220.181:36265] helo=mail-qk0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 69/77-31343-8FA42785 for ; Sun, 08 Jan 2017 09:21:44 -0500 Received: by mail-qk0-f181.google.com with SMTP id 11so20062308qkl.3 for ; Sun, 08 Jan 2017 06:21:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=0RzGrK1QT4t2b03/JCvi0rIJsa0YL+qsSNsFmdfMglk=; b=Bt9o1t+JNHZxfz0f1vZnzvyS6UzYFP0FLj0BUvUIbV/+IVSiiZyOVVewraxTSj0G6+ H+LwJnJ96MYkF5728oMsxz6+xXmHvPBTA4rAZ1g82LqlYUTo5M5YQ5k9CPuBn/gGMLJQ +fMcktC5IPCC3lXHkDCgpQBI6o1be8+1KxvbzhUlLb/DX3A6qm43MvKYxdUSUtrVX6MW pg0ju3yHaTapRLiiKY09Lb2Mt5Zc9vfDbge20j8suga4qT/jV4QqRjF2Im8X1W0zVO7u jBY7hRoWesHQQdXzp8HHgvkXcBraLjGLPXIPq3XVDYA5GY1rMGaVoEmegSRBH8VYBwJJ A1IA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=0RzGrK1QT4t2b03/JCvi0rIJsa0YL+qsSNsFmdfMglk=; b=iUOSqGBH1/NSORQ6WRlFGZEVY0o7Sb5VA/YtxsC8m8qL81UcjYadNWz9H9TpF4wz97 KkUi5yDgEVnvUqkK9v2XlfyV589PmXo8XHqrgaMYja0peiQvrQ7OXFuZtmTtXYxWBkhR jNQuai5nucfqy1LzlJu/6pGQnM2PPN5D6nIfDBIVMcF5RRxiCBzcHgsaF2z7vFBr/4im ULQ3wlGKowhnjQgCtRHkucGOyuZK+oO79OoAUe3TQ2xK92ZeUDIx9Lz7rYVrDc+Ls8Ti 8+kENSNH3xrHu2Gy81jl71UB1IFdFAW+h6w4sZHrNjGlJ6phwaTCmoCfjwU0I/BOgzjz hX+w== X-Gm-Message-State: AIkVDXLf31AXaAojB/328QvF8gbLjvRClmCBb3ifZcRg7rjTE2qPb8gfrTBdSzGpYJHhIwlmSwkYzcb66/zRNA== X-Received: by 10.55.142.1 with SMTP id q1mr78894327qkd.225.1483885301244; Sun, 08 Jan 2017 06:21:41 -0800 (PST) MIME-Version: 1.0 Date: Sun, 08 Jan 2017 14:21:30 +0000 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=94eb2c0830de44c42b054595f850 Subject: [RFC][VOTE] array_change_keys From: colinodell@gmail.com ("Colin O'Dell") --94eb2c0830de44c42b054595f850 Content-Type: text/plain; charset=UTF-8 Greetings all, It's been a while since we introduced the array_change_keys RFC . During the discussion period there was a healthy mix of interest and critique. It seems all the major discussion points were covered, so I'd like to put this RFC to a vote to determine its fate. Therefore, voting is now open on the array_change_keys RFC: https://wiki.php.net/rfc/array_change_keys Voting will close 2017-01-23 at 23:59:59 UTC. Mailing list discussion thread: https://marc.info/?l=php-internals&m=146452769326964&w=2 Reddit discussion thread: https://www.reddit.com/r/PHP/comments/4ll1hg/rfc_array_change_keys/ The implementation is also on 3v4l.org should you wish to test it out. Regards, Colin O'Dell --94eb2c0830de44c42b054595f850--