Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89744 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60978 invoked from network); 8 Dec 2015 12:27:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2015 12:27:36 -0000 Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.49 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 74.125.82.49 mail-wm0-f49.google.com Received: from [74.125.82.49] ([74.125.82.49:34806] helo=mail-wm0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A4/A8-31749-6BCC6665 for ; Tue, 08 Dec 2015 07:27:34 -0500 Received: by wmvv187 with SMTP id v187so211209683wmv.1 for ; Tue, 08 Dec 2015 04:27:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=BMLDizVc+8gZYWLGGKOMfraA2dutXx4F2SJpjgnFpUU=; b=QMpMyg9QQ0/xOSyqOBZTgGyu+ZlisvZ5pjHdmIRFVh/0nw9CKiKEMUkLfkGLryPq6f 23ciRKfXqg7MOz9eN0rRwPgsoaSoRFDPT8PbEWFTuzpT0Npafr0JGMz5ZZezGP3taepM NibTEuGzTzJVUbNzsSMwDWK4cVISknIdBAxBc9Qo0vU4+C1Hv26aZAvems0eRQmNSTHe x89YVYPEd9mHHRAisc5uFyMSJqGzDHyc51G2TXI80Wzhf/220n5TX6WCYRYZVumSd21L dcdBbfmkm2ThsMivg+5DuE6150/YSJx1OPnplrCDRW/0uxwfafpeCd80XySmWPEaj+R/ ljsw== X-Received: by 10.28.101.65 with SMTP id z62mr4389756wmb.84.1449577651549; Tue, 08 Dec 2015 04:27:31 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.194.164.162 with HTTP; Tue, 8 Dec 2015 04:26:52 -0800 (PST) In-Reply-To: <5666C73B.1050407@php.net> References: <000c01d12fa0$384b8040$a8e280c0$@belski.net> <082001d131ac$ab522b80$01f68280$@belski.net> <5666C73B.1050407@php.net> Date: Tue, 8 Dec 2015 13:26:52 +0100 X-Google-Sender-Auth: SLPln4mTYsthuF5AIwHpsW_Xz1I Message-ID: To: Remi Collet Cc: PHP Internals , Anatol Belsky , Ferenc Kovacs , Stanislav Malyshev Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: PHP 7.0.1 scheduling From: jpauli@php.net (Julien Pauli) On Tue, Dec 8, 2015 at 1:04 PM, Remi Collet wrote: > Le 08/12/2015 12:36, Anatol Belski a =C3=A9crit : >> Yeah, particularly our release schedule collides with many holidays this= year. For a security release a holiday time is obviously very bad. > > +1 > > Our Release Process state: > > " At least one release per month, more at wish " > > Perhaps we should consider new release on > > " 1st thursday of the month " > > (It seems every year, Christmas is end of month ;) Yep, end of year has always collided with our release cycle. Perhaps we should change this latter as proposed by Remi ? Also, we had another idea. Why not use RC2 as a chance for some security patches to get tested ? If we have a RC2 (which is not bad IMO, we have a time slice here at end of 2015 that enables us to release an RC2) , we then could merge into this one some well-selected security patches, f.e, some that are *low* classified , aka that can't get trigerred remotely by user payload. What you think ? CCing Stas as well, as he got many experience in security. Julien.P