Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50517 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30293 invoked from network); 25 Nov 2010 11:46:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Nov 2010 11:46:40 -0000 Authentication-Results: pb1.pair.com header.from=patrick.allaert@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=patrick.allaert@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: patrick.allaert@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-ew0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:40082] helo=mail-ew0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FF/32-17569-F9C4EEC4 for ; Thu, 25 Nov 2010 06:46:39 -0500 Received: by ewy1 with SMTP id 1so394175ewy.29 for ; Thu, 25 Nov 2010 03:46:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=RRH5spGztOGgN45OYtUrW4ONYy7FRq1t6tYAkj48Z1o=; b=GAzJLQxASBXZMkToBfwFjN/10sHQBrPB5MEc29+EuRFZz2m4GSt8VJ15toglu1Bz47 bdpRVh6+4mr2t14zSS3IlByxiaPVgzku28HWsgmdz+F5zizqQcNdpNWM2pECUnfzrPQR hFyH707dlWmjAaFlmVCKlpjXj43jwc+YXx3zs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=UFq6B/nY5WGMJ3nfIuu9f+SCDjwbC168Iey3L8UaYpVHh8hzK72LkaiboR6e/rV14s 4LEfHBfk+fx76DEfTfcjqqzj7/PGTYiOE3BBVKRSzT1ShU9s2/EOTemICVQfsfPpCm2J P8B1HtGRQ9Pls6AbiyuQrKbaluQbodtPEBmIY= MIME-Version: 1.0 Received: by 10.213.10.193 with SMTP id q1mr2159526ebq.81.1290685595981; Thu, 25 Nov 2010 03:46:35 -0800 (PST) Received: by 10.213.4.201 with HTTP; Thu, 25 Nov 2010 03:46:35 -0800 (PST) In-Reply-To: <3EA67EA2-A9B1-4DFB-8A30-05B37BCA313B@iki.fi> References: <73.C4.59959.876BBEC4@pb1.pair.com> <3EA67EA2-A9B1-4DFB-8A30-05B37BCA313B@iki.fi> Date: Thu, 25 Nov 2010 12:46:35 +0100 Message-ID: To: Jani Taskinen Cc: Davey Shafik , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: Hold off 5.4 From: patrick.allaert@gmail.com (Patrick ALLAERT) 2010/11/25 Jani Taskinen : > Who says it has to be 5.4? People seem to be a bit fixated on the version there. I'd like to know too... > Major BC breaks just means the version released from trunk is 6.0. And it's just a number. Big number, but still just a number. Well, such a change tends to create a big buzz, without mentioning stuff like certifications, trainings,... We should avoid creating a virtual PHP 6.0 which will contain all the BC stuff while all features appears in 5.x. By doing so we will keep some shit in 5.x forever and won't have anything appealing enough to migrate to 6.0! > Merging (by and or by magic :) features into branch created from 5.3 just sounds like plane crash waiting to happen.. > > ---Jani