Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83337 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82954 invoked from network); 20 Feb 2015 18:29:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2015 18:29:11 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.213.176 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.213.176 mail-ig0-f176.google.com Received: from [209.85.213.176] ([209.85.213.176:56289] helo=mail-ig0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/4B-14173-5FC77E45 for ; Fri, 20 Feb 2015 13:29:10 -0500 Received: by mail-ig0-f176.google.com with SMTP id hl2so5122406igb.3 for ; Fri, 20 Feb 2015 10:29:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:from:date:message-id:subject:to:cc:content-type; bh=Rp/J7Zxx8vzIqxQi+Csms+dhvqj8rWCOxeE+DU1G8jY=; b=Mu57ezDvylfBBrL3ZveGzu0dV+aFVr3XajY0nz5OM629Ii9LaesD6WWg3lSNbFD1o3 16rdyx/jM7Y4722TN9u7xkaIVAX0YipBgnRUjFdwP1vVI5kFtTmh/l3f7SFUe9SQYs0c +Arxp08UxRnhfs2n2qeu97o0mHlZKXt8Coduw= 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:from:date:message-id:subject :to:cc:content-type; bh=Rp/J7Zxx8vzIqxQi+Csms+dhvqj8rWCOxeE+DU1G8jY=; b=L0ij9xOWFfZxvFllQX26eea6gobM1Re9giLsZD4497C9DSZx5yVeYqlae4rl4Li7cW G2XqJmM6wqtncyHpkUcjqh5kBN6huj+rTST5Vp4O1Kg8DxLrFcQSvg/p6H9rw+8yjklZ xmyHEfvU4ycOPWpJdFbMdEd+zBkCue/4Bjb2DIxXc4txB1pXJcJztAc87KGO5cI6nfAK vhkC5I6enO6nhXjVxv49+rg7hS29CvKSZSe6Du5eOzvYOwINRdsUQi2rZ56JIjFQRfes 6JMAyFRfTMJSLAt1uDVvbPJRYHkQu62Rfee4FoaaqRhpkyWg2u5CpTMydBTt4O9jqed8 kxeg== X-Gm-Message-State: ALoCoQkanZ7gaONEVW1qwOZX8Y8PcuXD301XM8iWvvCx6MC0KSuXi/urNCJDXt7gDit7m8p2owvf X-Received: by 10.42.118.197 with SMTP id y5mr13929201icq.9.1424456947087; Fri, 20 Feb 2015 10:29:07 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.43.112.9 with HTTP; Fri, 20 Feb 2015 10:28:46 -0800 (PST) Date: Fri, 20 Feb 2015 10:28:46 -0800 X-Google-Sender-Auth: YfSh_zS1CU631HH3is1me6VEF34 Message-ID: To: Niklas Keller Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Deadline for 7.0; was: [RFC][Discussion] In Operator From: aharvey@php.net (Adam Harvey) On 20 February 2015 at 04:54, Niklas Keller wrote: > Question: The timline says "Line up any remaining RFCs that target PHP > 7.0.", does that mean RFCs have to > start voting on Mar 15 or should the vote end there? 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. Thoughts, fellow Internaleers? Adam