Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52139 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75412 invoked from network); 9 May 2011 03:31:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 May 2011 03:31:16 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.212.173 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.212.173 mail-px0-f173.google.com Received: from [209.85.212.173] ([209.85.212.173:37243] helo=mail-px0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/F0-61306-30067CD4 for ; Sun, 08 May 2011 23:31:16 -0400 Received: by pxi16 with SMTP id 16so3403937pxi.32 for ; Sun, 08 May 2011 20:31:12 -0700 (PDT) Received: by 10.68.19.234 with SMTP id i10mr9437835pbe.202.1304911872430; Sun, 08 May 2011 20:31:12 -0700 (PDT) Received: from [192.168.200.140] (c-76-126-236-132.hsd1.ca.comcast.net [76.126.236.132]) by mx.google.com with ESMTPS id w11sm7553274wfh.18.2011.05.08.20.31.10 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 08 May 2011 20:31:11 -0700 (PDT) Message-ID: <4DC75FFF.40008@lerdorf.com> Date: Sun, 08 May 2011 20:31:11 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 MIME-Version: 1.0 To: Stas Malyshev CC: PHP Internals References: <4DC729EE.9090600@sugarcrm.com> In-Reply-To: <4DC729EE.9090600@sugarcrm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.4 again From: rasmus@lerdorf.com (Rasmus Lerdorf) On 05/08/2011 04:40 PM, Stas Malyshev wrote: > I has been almost a month since we did our routine talk about 5.4, so > here it goes again. The patch for the scalar hints seems to be pretty > simple (see http://random-bits-of.info/no_scalar_hints.diff - no > generated files included, that will be done on actual commit), so it > should not hold us too much. > I propose putting current code in a branch and continue without scalar > typing for 5.4 - any objections to that? > > I would like to propose the following process (of course, dates can be > moved around, etc. - I consider phase lengths be more important that > actual dates, but any of them can be shifted if reason arises) for 5.4: > > - starting now - nominate features for 5.4 (see > https://wiki.php.net/todo/php54), discussion on them > - May 18 - start voting and debating on features that have no clear > consensus support immediately. On the end of May is also phptek, so we > could have some discussion there about it if needed. > - June 15 (a bit more than a month) - alpha, branching of 5_4, open only > for bugfixes and features in TODO list that are approved and can be done > by beta time. > - July 20 - beta, bugfixes only (if we add a lot of features, we may > want to insert another 1-month alpha period, so far it doesn't look like > it but may change) > - Aug 24 - RC1, then an RC every 2 weeks until stable > - Release - somewhere in October or November, depending on the RCs. > > I think we need to start moving. Not much is happening in 5.4 now as far > as I can see, and we have a good feature set that is long due to be > released. > For proposing stuff for 5.4, please do it here: > https://wiki.php.net/todo/php54 and also on the list if it wasn't > discussed and you think it requires discussion. Looks good to me. I see the array shortcuts are on your todo discussion list there. We probably shouldn't get into a full discussion on that since it will span hundreds of messages. But if any of the folks who voted no last time around have changed their minds, it would be good to know. And before deciding, try using MongoDB from PHP for a couple of weeks. :) -Rasmus