Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67111 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21591 invoked from network); 23 Apr 2013 04:50:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Apr 2013 04:50:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=davidkmuir@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=davidkmuir@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.53 as permitted sender) X-PHP-List-Original-Sender: davidkmuir@gmail.com X-Host-Fingerprint: 209.85.220.53 mail-pa0-f53.google.com Received: from [209.85.220.53] ([209.85.220.53:43232] helo=mail-pa0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/E1-01964-91316715 for ; Tue, 23 Apr 2013 00:50:33 -0400 Received: by mail-pa0-f53.google.com with SMTP id bh4so228456pad.40 for ; Mon, 22 Apr 2013 21:50:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Mr9tnrBZkD8cavTV6aO7zlMxdtHRkLYv1SAtnK7GwhY=; b=Oj4fZy/DMggVkyxYFFGv89DLbzSpjtoWlvN2N2sMl+KQQp7e+PnpavtveNb0thiOun XbxwYZN056+UcghiHrbZNpFZO47D8z0yCiO5eWXVWVNpF1ewsXhnq5wGG60J5ZipDhKv /NWyiHgeZYDY0Vf5etAlZ4D/TSeHbgMgoKH/yDfdRLHEG4+O/lgqdJOq8Zu73Ai9qy+3 IooJ5Sfopah2zjwER7j0Bdrnb6WpiTUAmn9ifYn7SBoiRvSw//oRq6tCCe8hPN/FFNBZ 357G+dVh/mTWR3oR7rUZ3GzEiSrZcWGLujsyDG35sAVydnoNwdv4OnBiAY3gDvi8k2r+ BCEA== X-Received: by 10.68.238.38 with SMTP id vh6mr36856411pbc.63.1366692630955; Mon, 22 Apr 2013 21:50:30 -0700 (PDT) Received: from [192.168.1.181] (tmwpho1.lnk.telstra.net. [110.142.207.74]) by mx.google.com with ESMTPS id vk7sm27832881pbc.41.2013.04.22.21.50.28 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 22 Apr 2013 21:50:30 -0700 (PDT) Message-ID: <51761318.6050708@gmail.com> Date: Tue, 23 Apr 2013 14:50:32 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Sherif Ramadan CC: Ben Ramsey , PHP Internals References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Functionality updates to array_column() From: davidkmuir@gmail.com (David Muir) On 23/04/13 07:35, Sherif Ramadan wrote: > On Mon, Apr 22, 2013 at 1:35 PM, Ben Ramsey wrote: > >> I've just submitted the following pull request for updates to the >> array_column() function: >> >> https://github.com/php/php-**src/pull/331 >> >> I asked about these changes on the #php.pecl IRC channel a few weeks ago, >> and others on the channel agreed that it was best to go ahead and submit >> these changes while PHP 5.5 is still in beta, since these would potentially >> create BC breaks once 5.5 is in RC or GA stages. >> >> > I might be wrong here, but I thought beta was a feature freeze. Is it not? > First Beta is slated for tomorrow, isn't it? David