Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47490 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87437 invoked from network); 23 Mar 2010 17:05:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Mar 2010 17:05:47 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 188.40.37.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 188.40.37.16 hq1.backendmedia.com Linux 2.6 Received: from [188.40.37.16] ([188.40.37.16:45196] helo=hq1.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/93-03444-AE4F8AB4 for ; Tue, 23 Mar 2010 12:05:47 -0500 Received: from localhost (unknown [127.0.0.1]) by hq1.backendmedia.com (Postfix) with ESMTP id C63BD2E3000C; Tue, 23 Mar 2010 17:05:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from hq1.backendmedia.com ([127.0.0.1]) by localhost (hq1.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NiVCXM8l9q3o; Tue, 23 Mar 2010 18:05:42 +0100 (CET) Received: from [192.168.80.107] (77-58-249-88.dclient.hispeed.ch [77.58.249.88]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by hq1.backendmedia.com (Postfix) with ESMTPSA id 474982E30006; Tue, 23 Mar 2010 18:05:42 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii In-Reply-To: <4BA8F365.3010205@lerdorf.com> Date: Tue, 23 Mar 2010 18:05:42 +0100 Cc: Pierre Joye , Derick Rethans , PHP Developers Mailing List Content-Transfer-Encoding: quoted-printable Message-ID: References: <4BA8EA9C.7030307@lerdorf.com> <5AD071B3-2A67-4856-8784-34B47A4E56EA@pooteeweet.org> <4BA8F365.3010205@lerdorf.com> To: Rasmus Lerdorf X-Mailer: Apple Mail (2.1077) Subject: Re: [PHP-DEV] trunk is alive and open From: mls@pooteeweet.org (Lukas Kahwe Smith) On 23.03.2010, at 17:59, Rasmus Lerdorf wrote: > On 03/23/2010 09:36 AM, Lukas Kahwe Smith wrote: >>=20 >> On 23.03.2010, at 17:21, Rasmus Lerdorf wrote: >>=20 >>> On 03/23/2010 09:11 AM, Pierre Joye wrote: >>>> hi, >>>>=20 >>>> I would rather have some kind of rules defined before opening trunk >>>> again (or the pandora box). That's what we are discussing right = now. >>>> May I know why you choosed that now is the right time to do it and >>>> declare it open? >>>=20 >>> We have rules. Large features, write an RFC and we discuss it. = Small >>> and obvious improvements follow commit-then-review as before. We = don't >>> need more complicated rules than that. >>=20 >>=20 >> Yeah, but I still think it would be a good idea to figure out lets = say 3-5 big time features that we focus on for the next release and a = rough timeline for the next release. >>=20 >> For example next major release Q2/Q3 2011: >> - traits >> - bundling APC >> - large file and big number support >> - ob patch >> - unicode improvements (*) >>=20 >> (*) lets see what ideas we come up with, might turn out to be the big = thing or maybe just a small incremental tweak here and there >=20 > We don't need timelines right now. What we need is some hacking time > and to bring some fun back into PHP development. It hasn't been fun = for > quite a while. Once we have a body of new interesting stuff, we can > start pondering releases with a release branch off of trunk that might > cherry-pick a subset of the work in trunk and you can start making = your > lists and setting timelines at that point. Well .. as you can see from the above list, this is already a backlog of = fun stuff that is pretty far along. This is why I am saying lets get to = a release often cycle, where people can work on stuff and be sure to get = it in at a reasonable timeframe and also prevent stuff like PHP6/PHP5.3 = from happening again. And since we are talking about cherry picking features from trunk into = the next release branch (along with feature branches), we are back to a = situation where fun hacking can always happen. But imho we have enough = features on the table that we can start cherry picking now ... of course = we can still fast track other stuff later on .. but its also not that = bad that after a release we already have a full pipeline to plan the = next release. regards, Lukas Kahwe Smith mls@pooteeweet.org