Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67113 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36549 invoked from network); 23 Apr 2013 09:09:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Apr 2013 09:09:20 -0000 Authentication-Results: pb1.pair.com header.from=ml@anderiasch.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ml@anderiasch.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain anderiasch.de from 81.169.138.148 cause and error) X-PHP-List-Original-Sender: ml@anderiasch.de X-Host-Fingerprint: 81.169.138.148 ares.art-core.org Linux 2.5 (sometimes 2.4) (4) Received: from [81.169.138.148] ([81.169.138.148:37269] helo=mail.anderiasch.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/04-01964-EBF46715 for ; Tue, 23 Apr 2013 05:09:19 -0400 Message-ID: <51764FBD.20809@anderiasch.de> Date: Tue, 23 Apr 2013 11:09:17 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130413 Icedove/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 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Functionality updates to array_column() From: ml@anderiasch.de (Florian Anderiasch) On 04/22/2013 11:35 PM, 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? > Not sure if this applies to a feature that's just been included before (or during?) the alphas/betas. I'd prefer to ship 5.5 with a stable/final feature - so better get it in now than in 5.5.1 with (even slightly) different behavior... Greetings, Florian