Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70873 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82463 invoked from network); 25 Dec 2013 19:52:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Dec 2013 19:52:28 -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.160.45 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.160.45 mail-pb0-f45.google.com Received: from [209.85.160.45] ([209.85.160.45:57971] helo=mail-pb0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/40-13880-A773BB25 for ; Wed, 25 Dec 2013 14:52:27 -0500 Received: by mail-pb0-f45.google.com with SMTP id rp16so7554859pbb.4 for ; Wed, 25 Dec 2013 11:52:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XeW19u8d31hDuvvfqup4U/TUJsyYtHxVfp6x3e4tk3c=; b=uNwXgYhZnoU1jADOXh38+MPTIHu+/50qqm58hPuvOh1bYfGn7zxxl9VJj8w4/BUW/+ 4PX7Ctv1254Xf6Etvu9pvTQGYIpnP9cLD076x2HpAHgrw1cnNzcCYN9drIBQwyqYX9PU 2H4t4lRVz+CQJaVdMBeuringz/u8VLEQPdkPZDQzgmMos5yxgtwLT7MxsuRsRgjPMKu5 eJDXSVgi9SpV6HrvszpemdZokRdeH3z0M3vALeUUaZNSCp27QZ+cp1TbnYn1mcDg8LdI 42Mg7fE3HHiP6Nb2Nx+jZ/zQs8MqRblKaGh+bZYRphLUhW8t2wkPsj6EcuUQ3Ef05uRO 2i0Q== MIME-Version: 1.0 X-Received: by 10.68.211.39 with SMTP id mz7mr39904248pbc.90.1388001143789; Wed, 25 Dec 2013 11:52:23 -0800 (PST) Received: by 10.68.183.4 with HTTP; Wed, 25 Dec 2013 11:52:23 -0800 (PST) In-Reply-To: References: Date: Wed, 25 Dec 2013 11:52:23 -0800 Message-ID: To: Nikita Popov Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [VOTE] Argument unpackin From: hannes.magnusson@gmail.com (Hannes Magnusson) On Sat, Dec 21, 2013 at 4:55 AM, Nikita Popov wrote: > Hi internals! > > I opened the vote on the argument unpacking RFC: > > https://wiki.php.net/rfc/argument_unpacking#vote > "Voting started 2013-12-21 and will be open for at least two weeks (holidays :)" We've had issues in the past where "open for at least.." has caused issues on controversial RFCs, where conspiracy theorists claimed the vote was open (after the initial 2weeks) until enough people had voted A or B. I encourage you to have a fixed final date to avoid any such potential issues. -Hannes