Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45666 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92878 invoked from network); 5 Oct 2009 19:39:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Oct 2009 19:39:59 -0000 Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 209.85.222.197 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 209.85.222.197 mail-pz0-f197.google.com Received: from [209.85.222.197] ([209.85.222.197:58829] helo=mail-pz0-f197.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/65-21466-D8B4ACA4 for ; Mon, 05 Oct 2009 15:39:58 -0400 Received: by pzk35 with SMTP id 35so1388149pzk.29 for ; Mon, 05 Oct 2009 12:39:54 -0700 (PDT) Received: by 10.115.98.40 with SMTP id a40mr650395wam.97.1254771594525; Mon, 05 Oct 2009 12:39:54 -0700 (PDT) Received: from ?192.168.1.2? (c-76-22-32-17.hsd1.wa.comcast.net [76.22.32.17]) by mx.google.com with ESMTPS id 20sm3001546pxi.4.2009.10.05.12.39.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 05 Oct 2009 12:39:53 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes In-Reply-To: Date: Mon, 5 Oct 2009 12:39:46 -0700 Cc: PHP internals Content-Transfer-Encoding: 7bit Message-ID: <7513C8D7-24A7-4298-B286-32583AEE6A57@roshambo.org> References: <1254218783.11658.6.camel@guybrush> To: =?iso-8859-1?Q?Johannes_Schl=FCter?= X-Mailer: Apple Mail (2.1076) Subject: Re: [PHP-DEV] Attempt to get 5.3.1 release one step further From: philip@roshambo.org (Philip Olson) Greetings, A question, using an example from today for PHP 5.3.1: RC: 5.3.1RC1 (via svn co tags/php_5_3_1RC1 or qa.php.net) RC-dev: 5.3.1RC2-dev (via svn co branches/PHP_5_3_1) Snap: 5.3.2-dev (via svn co branches/PHP_5_3, or snaps.php.net) While updating qaweb to allow failed 5.3.2-dev make tests, I now realize it's not the same as 5.3.1RC2-dev so this presents a problem. People who report bugs about an RC are sometimes told to try a snapshot (which we no longer have in this case) and besides, this may lead to confusion. Please explain how this will work. Regards, Philip