Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18684 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39593 invoked by uid 1010); 5 Sep 2005 22:59:21 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 39578 invoked from network); 5 Sep 2005 22:59:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2005 22:59:21 -0000 X-Host-Fingerprint: 195.197.172.115 gw01.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.115:41611] helo=gw01.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id D3/33-33268-7CDCC134 for ; Mon, 05 Sep 2005 18:59:19 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id F1C99F12B7; Tue, 6 Sep 2005 01:59:13 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j85MxHtG026288; Tue, 6 Sep 2005 01:59:17 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j85MxGDK026285; Tue, 6 Sep 2005 01:59:16 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Tue, 6 Sep 2005 01:59:16 +0300 (EEST) Reply-To: Jani Taskinen To: Derick Rethans cc: internals@lists.php.net In-Reply-To: Message-ID: References: <49.1D.33268.2A19C134@pb1.pair.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] version_compare() logic issue - can we work around this? From: sniper@iki.fi (Jani Taskinen) On Mon, 5 Sep 2005, Derick Rethans wrote: > It was always custom to do this: > > 5.1.0-dev > 5.1.0b1 > 5.1.0b2-dev > 5.1.0b2 > 5.1.0RC1-dev > 5.1.0RC1 > 5.1.0RC2-dev > ... > > 5.1.0 > > But for some reason the current RMs don't do that anymore. They (Zeev and Andi) propably didn't know they should be doing that. I once thought having some README.RELEASE_MASTER would be a good idea, but I'm too lazy to write one. :) --Jani