Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66703 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87312 invoked from network); 19 Mar 2013 14:45:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Mar 2013 14:45:11 -0000 Authentication-Results: pb1.pair.com header.from=petercowburn@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=petercowburn@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.173 as permitted sender) X-PHP-List-Original-Sender: petercowburn@gmail.com X-Host-Fingerprint: 209.85.214.173 mail-ob0-f173.google.com Received: from [209.85.214.173] ([209.85.214.173:39358] helo=mail-ob0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/05-58539-6F978415 for ; Tue, 19 Mar 2013 09:45:11 -0500 Received: by mail-ob0-f173.google.com with SMTP id dn14so506754obc.32 for ; Tue, 19 Mar 2013 07:45:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=Jjm8Td2R5procNt1qs68yLgsqvsHlj8oc3M1oKpMgYU=; b=Rva4C0v7sC1r+t3FIdYCl9J9qmw8NRcudtAvVHQbOzVfmrD5aSc4you3be6Vy/5LqN duwdlkR4NM4Vg7DJLG7SVqXa0BThgasY1ehk186CG5CLcn3AhJa9YoC0yozJFzPtS/oS /wgFoOexo8g1whugKK/dZX0xOuricxXbrx83iockH3Xu72RLXd94Vb+fs6BkhJkSAFFs gljcjMc9ociKaLJKrEmMD/80ZA5WwsEPgeRht5f/AoWMV5vqojycYcmSGro2Lz+5NNuN /kFMjDaR0DGLdE2w/yeBFju4c1+mXVemry2YHTwRTBVGLQqfkU+XGByEkYhUc1VJDTRu X0GA== X-Received: by 10.182.118.105 with SMTP id kl9mr1462973obb.52.1363704308175; Tue, 19 Mar 2013 07:45:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.138.42 with HTTP; Tue, 19 Mar 2013 07:44:27 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 Mar 2013 14:44:27 +0000 Message-ID: To: Ben Ramsey Cc: pierre@pcservice.co.za, PHP Development , David Soria Parra , Julien Pauli Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [VOTE] array_column() function From: petercowburn@gmail.com (Peter Cowburn) Hi Ben, On 28 February 2013 01:56, Ben Ramsey wrote: > Sorry. I got sick for a few weeks, and this fell to the bottom of my > priorities list. > > I'm not sure what the next steps are. This was approved by a majority vote. > What do I need to do now to get it into 5.5? > > Thanks, > Ben > The next step is to get someone (anyone with php-src karma) to merge your pull request. Assuming you're all done and happy with the pull request? The RMs (cc'd) are looking to tag the beta tomorrow and I for one would like to get this little function in there. Cheers, Peter