Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:53616 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5496 invoked from network); 28 Jun 2011 16:54:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jun 2011 16:54:17 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:64842] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BD/14-18940-9370A0E4 for ; Tue, 28 Jun 2011 12:54:17 -0400 Received: by yxk8 with SMTP id 8so181612yxk.29 for ; Tue, 28 Jun 2011 09:54:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7Kn8My3YlYas+8D7zxLyIuWtAfc92UleI9fxIV55+vo=; b=vwieKcgeGlLXkOOsBIbxEixsLw4KsRK+K+Urt19O5Dg8xB91aeYoKC+xiKEcXpj3ja JbLzBIZl+AxJZQUzPrezuWuW4KxBL4VdsuGfqOKUXKUZDYTcRPQx0eWncJNMMhcIrraz jeiIvRTmdFJ5zj7Ze/JyTBW0PldzvJjrBQLQk= MIME-Version: 1.0 Received: by 10.146.59.36 with SMTP id h36mr2289618yaa.7.1309280054520; Tue, 28 Jun 2011 09:54:14 -0700 (PDT) Received: by 10.146.210.3 with HTTP; Tue, 28 Jun 2011 09:54:14 -0700 (PDT) In-Reply-To: References: <4DFF7898.7010709@sugarcrm.com> <4E0A03AE.40907@sugarcrm.com> Date: Tue, 28 Jun 2011 18:54:14 +0200 Message-ID: To: Pierre Joye Cc: Stas Malyshev , Derick Rethans , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] 5.4 alpha From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Jun 28, 2011 at 18:45, Pierre Joye wrote: > On Tue, Jun 28, 2011 at 6:39 PM, Stas Malyshev wrote: > >>> I would also like to point out that Thursday is our general release day, >>> and we have a release process described in detail here: >>> >>> http://svn.php.net/viewvc/php/php-src/trunk/README.RELEASE_PROCESS?revision=311614&view=markup >> >> It doesn't say there Thursday is our general release day. If we want to make >> it so - ok, let's everybody agree on that and put it there. > > What we actually did during the last years was to release on Tuesday > or Thursday, with a little preference to release final (stable) on > Thursday. Little preference? According http://www.php.net/releases/ array(4) { ["Thursday"]=> int(30) ["Tuesday"]=> int(3) ["Monday"]=> int(3) ["Wednesday"]=> int(1) } -Hannes