Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60930 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93682 invoked from network); 21 Jun 2012 19:27:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jun 2012 19:27:34 -0000 Authentication-Results: pb1.pair.com header.from=ben@benramsey.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ben@benramsey.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain benramsey.com from 209.85.161.170 cause and error) X-PHP-List-Original-Sender: ben@benramsey.com X-Host-Fingerprint: 209.85.161.170 mail-gg0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:54869] helo=mail-gg0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 62/F0-21324-3A573EF4 for ; Thu, 21 Jun 2012 15:27:32 -0400 Received: by ggnf2 with SMTP id f2so984370ggn.29 for ; Thu, 21 Jun 2012 12:27:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=TEKu18JUF8iVdXFCQArj1kmF+cV6QkZcltOWLzqSn18=; b=a52JZ4FmcxNvxmqd/0b0od6jyQQ+YNh4v03fPecb6rxr8oGdabz87wnA2Lo8cDlq9G 1ypWl8cqb6STQ/C9EJyQmZyOVs3u2kqKEfJbB6F1aCQHvIc4MBqFUIV+JH5hnrXG/+zw OuQEePym8TVKNCx1wh/TpX+Rj04O6J6m60wSroq43s8HLfeLwW/l+ZsZmEcJiUotXCD9 E9UbLGm5ny36w+PhTO/lp0T49cwJaXwB2wmRZpm/X6IC/EvGhvg2MKdJjV66kfrQlQcA VZrFlSzqVj1QqgDf4AetKXSSKsrirkb+EymUG+i1/428Jp4TKZK8QENfwiTv4UO1hrnj 3DSQ== Received: by 10.236.78.200 with SMTP id g48mr33679040yhe.124.1340306849035; Thu, 21 Jun 2012 12:27:29 -0700 (PDT) Received: from earendil.local (w194.z064002187.mco-fl.dsl.cnc.net. [64.2.187.194]) by mx.google.com with ESMTPS id g22sm109210068yhh.20.2012.06.21.12.27.26 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 21 Jun 2012 12:27:28 -0700 (PDT) Sender: Ben Ramsey Message-ID: <4FE3759D.4010606@php.net> Date: Thu, 21 Jun 2012 14:27:25 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmsDocRS46jHMZvjx+7+DsKwEX4DsMaN2GitmLp4GzBq1tXTBhO79phIsRz6cVL6VMypBWF Subject: [DRAFT] RFC - array_column() function From: ramsey@php.net (Ben Ramsey) Hi all, I've written a draft version of an RFC for pull request 56 ( https://github.com/php/php-src/pull/56 ), to add array_column() to the core. Please take a look and provide feedback so that I can improve the patch/proposal. https://wiki.php.net/rfc/array_column Thanks, Ben