Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83350 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11115 invoked from network); 20 Feb 2015 19:43:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2015 19:43:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.213.173 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.213.173 mail-ig0-f173.google.com Received: from [209.85.213.173] ([209.85.213.173:41526] helo=mail-ig0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 13/10-14173-86E87E45 for ; Fri, 20 Feb 2015 14:43:36 -0500 Received: by mail-ig0-f173.google.com with SMTP id a13so5619480igq.0 for ; Fri, 20 Feb 2015 11:43:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=7EJ1DV3P5TzVPG0R1OE9KiTjzfiMHr4hNbrn1sMHbgI=; b=hPicg/RAgBU+X/zPIdupuPdXJOX9hZh9NnULVEX75P54S8MWQAdBHxpN750YgcJzOM aFpenSZ0IaOr9eY2IeZmy/jzrD9Ni2c4EH4neFdDD/0GsRg84/vkBTtuCvnRXXOF00fO o3vniJk7bFXCK76l2jm8E9dSDaBwNk1osGZDc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=7EJ1DV3P5TzVPG0R1OE9KiTjzfiMHr4hNbrn1sMHbgI=; b=NDNX1IfAHdYIJNqqjLMM8AYNBHdcr8kX7NA3vUxkv+DcTaDJ3C/mUI5dWOcTE31z0v CJnvPiLpSq7ryKvns3ZbAIdgmgHnFHQnudpgywvdlYjdy9e+UYizyMCXL899UGIk7OoB RS3U3XWIW7VH8wazgmujlMXuqGveLLI6V+/0Hah8irk1FdMBMiobvZj4ZlS2CTfFRDkC pj11myLG7l8A3ZJM5nw05eFRjcfaVRTqDiOaoLdYbYVjDuQODKYxX7h98QFHbDuGSEbS ZDOtWyxSLhrs28ibV7zxnQQYUMkHeZDoS8IrdkPdo2ZqOuE9HfZhiMkA5wJO2VRh2T9L JiTA== X-Gm-Message-State: ALoCoQkNkpXZUQigVr9na755VSnzlXhUcHThxv7HyLuCEFSDfZsxVa+VOt7Phaz7EYM8RJsGkU/M X-Received: by 10.50.143.106 with SMTP id sd10mr150319igb.17.1424461413502; Fri, 20 Feb 2015 11:43:33 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.43.112.9 with HTTP; Fri, 20 Feb 2015 11:43:13 -0800 (PST) In-Reply-To: <056b01d04d43$c83c3180$58b49480$@php.net> References: <056b01d04d43$c83c3180$58b49480$@php.net> Date: Fri, 20 Feb 2015 11:43:13 -0800 X-Google-Sender-Auth: FMhHwl8D3ImQCEvwoQy3eYXBK10 Message-ID: To: francois@php.net Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Deadline for 7.0; was: [RFC][Discussion] In Operator From: aharvey@php.net (Adam Harvey) (Please don't top post!) On 20 February 2015 at 11:31, Fran=C3=A7ois Laupretre wr= ote: >> My interpretation was that votes had to be concluded on or before >> March 15 to be included in 7.0, but that is kind of ambiguous, now you >> mention it. > > I would say that vote can *start*by March 15, as RFC is not supposed to e= volve after vote starts, hence 'feature freeze', but I have a personal inte= rest there because it would allow to vote on STH after people have enough t= ime to compare concurrent proposals, if there are. Otherwise, any work on a= lternate proposal(s) can stop now, as it is too late to compete. Just to be clear: if voting has to be finished by March 15, then working backwards, the last date a new RFC can be submitted is this Sunday: - RFC discussion period starts: February 22 - RFC discussion period ends: March 8 (given the minimum of 2 weeks) - RFC voting period starts: March 8 - RFC voting period ends: March 15 (given the minimum of 1 week) Obviously those dates get shifted forward a week (so the last date for a new RFC is March 1) if it's just that voting has to start by the 15th. Would welcome other thoughts. Adam