Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84555 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59209 invoked from network); 11 Mar 2015 16:31:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Mar 2015 16:31:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=zeev@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=zeev@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 74.125.82.46 as permitted sender) X-PHP-List-Original-Sender: zeev@zend.com X-Host-Fingerprint: 74.125.82.46 mail-wg0-f46.google.com Received: from [74.125.82.46] ([74.125.82.46:42350] helo=mail-wg0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/19-07702-CFD60055 for ; Wed, 11 Mar 2015 11:31:57 -0500 Received: by wggy19 with SMTP id y19so10487579wgg.9 for ; Wed, 11 Mar 2015 09:31:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:references:in-reply-to:mime-version :thread-index:date:message-id:subject:to:cc:content-type; bh=/i3mtkD0QxCOMs/xHpOxK1yU5/CQk8flwNP4s5KmkjM=; b=H9mlP1HYegGIvQpHRT1jFVLCnywQGUkY5YXzm7TkuOzZhQwZW2gTf1UcsvUOsoh6yB 0EfhZcCBjKnmghP1JdReJfESXII1eWS0BdASgQc067QJO2THxqpLIJMbpDPPCKxEoDzk ba3dnnVXkgVCVoxl3Ivq21dudUzDY5TYBHc/A8DJKf2KUWAoViDL1YvHl0JspYdomH6s z+AJLdjt3NRqExJguDLeSybp2GhtRyV0TicbeEJeIPuJUnY36cNyoxCuqo/ex9RcWOji Dd79jpvYUd1wNVCS3e5P0nklBNWKWjDQrM+rjmpPt+ZeYZx63eMJK9TCwIiJC3gi7056 5kXA== X-Gm-Message-State: ALoCoQlBLDwmhL918HyL6hJ7GXrNlTmXzCzqlYfZ1qc2gdzRCVyi5EpSRYVSn73OuM9VlgTcclWB/8EXntPbWlxGsZIXe7D44hNTDPS5IfOjX4EAdNI+CwJaA6RAvSCs31en94571CpgP3e4nleN85k3KuOoPZE5cw== X-Received: by 10.180.218.71 with SMTP id pe7mr108680804wic.70.1426091513702; Wed, 11 Mar 2015 09:31:53 -0700 (PDT) References: In-Reply-To: MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQKPOnWVaAuYgcCmzEA2Wd2iOMMQuAKONXBEm4VI3jA= Date: Wed, 11 Mar 2015 18:31:52 +0200 Message-ID: To: Derick Rethans Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: RE: [PHP-DEV] [VOTE][RFC] Coercive Scalar Type Hints From: zeev@zend.com (Zeev Suraski) > -----Original Message----- > From: Derick Rethans [mailto:derick@php.net] > Sent: Wednesday, March 11, 2015 5:57 PM > To: Zeev Suraski > Cc: PHP internals > Subject: Re: [PHP-DEV] [VOTE][RFC] Coercive Scalar Type Hints > > On Wed, 11 Mar 2015, Zeev Suraski wrote: > Aren't you supposed to leave it one week between annoucing the latest RFC > with your changes, and the real vote? > > Actually, now I read it, it should actually be two weeks ... but then I guess it > was just a tweak on an earlier version: > https://wiki.php.net/rfc/voting#discussion_period That period is between the RFC is "brought up on the list" and when the voting starts. It doesn't say anywhere that there's a mandatory discussion period after the last change on the RFC. The mandatory two week discussion period includes changes to the RFC as a part of the discussion cycle and doesn't reset on every change. It was announced on internals almost 3 weeks ago, by one of the authors, as a concrete RFC to be voted on for PHP 7.0. Zeev