Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63852 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29687 invoked from network); 13 Nov 2012 19:04:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Nov 2012 19:04:07 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:41853] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/55-30200-6A992A05 for ; Tue, 13 Nov 2012 14:04:07 -0500 Received: from [10.1.126.236] (unknown [195.162.88.230]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 9046E65F26; Tue, 13 Nov 2012 20:03:58 +0100 (CET) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable References: Mime-Version: 1.0 (1.0) In-Reply-To: Message-ID: Date: Tue, 13 Nov 2012 21:03:27 +0200 Cc: "internals@lists.php.net" To: David Soria Parra X-Mailer: iPod Mail (10A523) Subject: Re: [PHP-DEV] HEADS UP: PHP-5.5 branched. From: johannes@schlueters.de (=?utf-8?Q?Johannes_Schl=C3=BCter?=) On Nov 13, 2012, at 18:44, David Soria Parra wrote: > Following the versioning scheme of 5.4.x version, I versioned master as > 5.5.99 until we decide if it's going to be a 5.6.0 or a 6.0.0 Repeating what was said for 5.4.99: I don't think this is good. This makes v= ersion comparison harder. Use 5.6.0-dev. We can increase to 6.0 or 10.0 as n= eeded.=20 johannes=