Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66713 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42749 invoked from network); 20 Mar 2013 03:55:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Mar 2013 03:55:10 -0000 Authentication-Results: pb1.pair.com smtp.mail=dsoria@gmx.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dsoria@gmx.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.net designates 212.227.17.21 as permitted sender) X-PHP-List-Original-Sender: dsoria@gmx.net X-Host-Fingerprint: 212.227.17.21 mout.gmx.net Received: from [212.227.17.21] ([212.227.17.21:51885] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 69/22-26970-51339415 for ; Tue, 19 Mar 2013 22:55:06 -0500 Received: from mailout-de.gmx.net ([10.1.76.12]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0LyPqS-1UolfA1hDi-015uMr for ; Wed, 20 Mar 2013 04:54:58 +0100 Received: (qmail invoked by alias); 20 Mar 2013 03:54:58 -0000 Received: from p4FE3B477.dip.t-dialin.net (EHLO achird.localdomain) [79.227.180.119] by mail.gmx.net (mp012) with SMTP; 20 Mar 2013 04:54:58 +0100 X-Authenticated: #235172 X-Provags-ID: V01U2FsdGVkX18Q+WM6mXsQ0bAa9UIJvUUNcOoIl3kpkZ5cbTqYlB MG6TcCBVlHRkp2 Message-ID: <5149330E.6010105@gmx.net> Date: Wed, 20 Mar 2013 04:54:54 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: Stas Malyshev CC: David Soria Parra , "internals@lists.php.net" References: <5149082A.8090504@sugarcrm.com> In-Reply-To: <5149082A.8090504@sugarcrm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: [PHP-DEV] HEADS UP: PHP-5.5 Feature Freeze From: dsoria@gmx.net (David Soria Parra) On 03/20/2013 01:51 AM, Stas Malyshev wrote: > Hi! > >> as you are aware we delayed the first beta by about 4 weeks to get >> Zend Optimizer in. This week will finally see the release of the first >> beta. This implies: >> >> No new features should be added to the PHP-5.5 branch from now on! >> >> RFC that are currently in voting phase can be merged once their vote >> finish. Everything else has to wait for 5.6. Fixing bugs, updating >> timezone db, etc in PHP-5.5 is obviously okay. > > What about https://wiki.php.net/rfc/array_column? It's in accepted but > not merged. I could probably go over it over the weekend and try to fix > remaining issues and merge it, is it ok for 5.5? > I was looking into this today and there were some minor compiling errors. Rasmey is going to take care of them and I will merge it tomorrow before beta1. David