Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67112 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22956 invoked from network); 23 Apr 2013 04:51:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Apr 2013 04:51:56 -0000 Authentication-Results: pb1.pair.com header.from=davidkmuir@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=davidkmuir@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.44 as permitted sender) X-PHP-List-Original-Sender: davidkmuir@gmail.com X-Host-Fingerprint: 209.85.160.44 mail-pb0-f44.google.com Received: from [209.85.160.44] ([209.85.160.44:36961] helo=mail-pb0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/32-01964-B6316715 for ; Tue, 23 Apr 2013 00:51:56 -0400 Received: by mail-pb0-f44.google.com with SMTP id wz17so61548pbc.17 for ; Mon, 22 Apr 2013 21:51:53 -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=g/e0JX7/Ozct5KUAScIs8+0o4CNZAgyMdbC/xRnYcEg=; b=JAdyDXoNihsncHFBCFJNkvvaRpgcMlbQfrnx7Z+ZzVQTF1Qh9YqJEp/OyenX0cad6M 9SyAJnSU7lgObfRG3XNREasUCyqDHXLBkhKvhXqQTwHS5+5Aov9DWOb2EiaXjO1QFhMR LhweLD196hogjwa3JNhwhl087rd5QoAIiSJJLJFMd5MC+tbcKf2oCGP1CLNBH7oWMA38 XxhuhQr6+2JuJvDlpECkro36wo7WNhpXojz9et1WI8njQsXb4BIViB0QmVY2I0gbUHQg gaAQBmWk5RXIMdF3MrzwlUU22zLJzQOi9LEBPVty3vqhKNtNNXySulMfnO/zKL0E3Czu nwow== X-Received: by 10.68.193.230 with SMTP id hr6mr37603312pbc.67.1366692713150; Mon, 22 Apr 2013 21:51:53 -0700 (PDT) Received: from [192.168.1.181] (tmwpho1.lnk.telstra.net. [110.142.207.74]) by mx.google.com with ESMTPS id ag4sm11550904pbc.20.2013.04.22.21.51.51 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 22 Apr 2013 21:51:52 -0700 (PDT) Message-ID: <5176136B.7010300@gmail.com> Date: Tue, 23 Apr 2013 14:51:55 +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: <51761318.6050708@gmail.com> In-Reply-To: <51761318.6050708@gmail.com> 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 14:50, David Muir wrote: > 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 Haha, oops. Just noticed that the 3rd beta is already out.