Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64896 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64400 invoked from network); 12 Jan 2013 16:41:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2013 16:41:32 -0000 X-Host-Fingerprint: 68.52.111.150 c-68-52-111-150.hsd1.tn.comcast.net Received: from [68.52.111.150] ([68.52.111.150:2061] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 06/87-24230-C3291F05 for ; Sat, 12 Jan 2013 11:41:32 -0500 Message-ID: <06.87.24230.C3291F05@pb1.pair.com> To: internals@lists.php.net Date: Sat, 12 Jan 2013 10:41:29 -0600 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 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 68.52.111.150 Subject: Re: [PHP-DEV] [VOTE] array_column() function From: ramsey@php.net (Ben Ramsey) On 1/12/13 10:17 AM, Levi Morrison wrote: >> 1. Why is this branch based on 5.3, rather than 5.4 or 5.5? Do you >> want this to be part of 5.3? The RFC (in particular the vote question) >> does not make it clear where/when you want this to be added. > > Please, this is not a bug or security fix. It does not belong in 5.3. > I must have misread the Git Workflow page of the wiki, which states: "A patch will be applied to the oldest possible branch. If the Release Manager of 5.3 accepts the change, commit it to the 5.3 branch. We will use regular merging between the release branches." I can submit a new pull request against the master branch, if that's acceptable. This is intended for 5.5. -Ben