Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47442 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1367 invoked from network); 21 Mar 2010 19:07:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2010 19:07:42 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.134 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.134 mailout2.netbeat.de Linux 2.6 Received: from [83.243.58.134] ([83.243.58.134:56265] helo=mailout2.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/A2-58938-D7E66AB4 for ; Sun, 21 Mar 2010 14:07:42 -0500 Received: (qmail 5125 invoked by uid 89); 21 Mar 2010 19:02:52 -0000 Received: from unknown (HELO ?192.168.1.28?) (postmaster%schlueters.de@93.104.60.70) by mailout2.netbeat.de with ESMTPA; 21 Mar 2010 19:02:52 -0000 X-Originator: 9e51b244e0a38413ab6a9876e36ba9df To: Lukas Kahwe Smith Cc: Andi Gutmans , Olivier Hill , Derick Rethans , PHP Developers Mailing List In-Reply-To: References: <4B9926E8.4080202@lerdorf.com> <698DE66518E7CA45812BD18E807866CE03ECF62E@us-ex1.zend.net> Content-Type: text/plain; charset="UTF-8" Organization: php.net Date: Sun, 21 Mar 2010 20:02:06 +0100 Message-ID: <1269198126.1575.49.camel@guybrush> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 6 From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2010-03-18 at 10:12 +0100, Lukas Kahwe Smith wrote: > On 18.03.2010, at 06:55, Andi Gutmans wrote: > > >> -----Original Message----- > >> From: Olivier Hill [mailto:olivier.hill@gmail.com] > >> Sent: Saturday, March 13, 2010 10:15 AM > >> To: Derick Rethans > >> Cc: PHP Developers Mailing List > >> Subject: Re: [PHP-DEV] PHP 6 > >> > >> We need to focus on Unicode more than what some says, whether this > >> means descoping the Unicode release or not. However, this means that > > the > >> development focus needs to be towards new features AND Unicode, not > >> having the new feature branch, and the siberia branch with Unicode > > support. > > > > I think the key to rebuilding momentum in PHP development is to not try > > and boil the ocean but to focus on "smaller" major releases. This would > > enable us to manage a more predictable release cycle, lower the risk for > > each release incl. better manage compatibility and increase motivation > > for contributors as they know they can have an impact and if they can't > > make one release they know the next isn't that far off (the latter also > > eliminates pressure to push pre-mature functionality into a release). > > Yeah, I wouldnt mind if we would aim for regular releases in late spring > early summer every year. This ensures that developers scratching their own > itch have a clear timeline by when their hard work can make it into a > stable release. Two releases per year is what Ubuntu is doing and is fine for a desktop system. Server admins (which are a large part of our target group) are way more conservative about updating their systems all the time. That said I generally like the Ubuntu model - having fixed release cycles with short time supported versions (giving early access to new features) and long time supported versions (every n-th release is supported n short release cycles, every other release just up to the next release) I hold such a model actually way more interesting for contributors as they can see their features in a timely manner after making it stable in the wild. With the current model it can take years till a feature is rolled out - which is frustrating for contributors. johannes