Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93832 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65862 invoked from network); 6 Jun 2016 10:03:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jun 2016 10:03:45 -0000 Authentication-Results: pb1.pair.com header.from=rowan.collins@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rowan.collins@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.53 as permitted sender) X-PHP-List-Original-Sender: rowan.collins@gmail.com X-Host-Fingerprint: 74.125.82.53 mail-wm0-f53.google.com Received: from [74.125.82.53] ([74.125.82.53:35043] helo=mail-wm0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/90-60933-F7A45575 for ; Mon, 06 Jun 2016 06:03:44 -0400 Received: by mail-wm0-f53.google.com with SMTP id c74so37793602wme.0 for ; Mon, 06 Jun 2016 03:03:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=IfWLqy1B3RaDHZYsPq0ovc0539xDs1ztbBJYKmDl2UY=; b=w0AYlVH4p/VAFyR1bk1NLRCNcwISfYY/Sf1FBhmIsfYbxJQnFuPWtvkLWAPCFsixjA fl5n+6WfDzsAdlcR24Gew3yis5Zx7M+HqI7AvM3KZipYzjtww06o1fTOBDkxczPEm4tx d0wOdS623wXI3sRICFC7rJZmGXUGST7U+xivBc53SVlkvuMr/ooEJ5CVkeTKRpooS4gd bNDCmyLfCtaPw7034NF08h2OeT4rjv1oZbWiczDR3kdRFo5qsktnq/mwSCnnrGbZ/Omp SA8hVt2mQWNJqMdFOEFbdO9zhxzPGHAbCtK+Bf8b1sBa8Q2l3KL1NuBejsBbb1vA8zH0 zB7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=IfWLqy1B3RaDHZYsPq0ovc0539xDs1ztbBJYKmDl2UY=; b=eVQsAagJhK2N5KA2W0BXQ6I9q4WyJr9gMyhlK+d1M4g0yIPh5QFbBl/oMdzDtSSvxh UIPXSpIXMAroBeUiHvWtpXN239mJLHezZQhZpoHh8oTGfzS+TdDWJEZP+4esTztTzZOS CF6X8VEVWKcDIRDdyf9gHrPQpkwX6Jnbu4cFGJgpAVZMwu8O48wkZDIshBORyAouUFPl qnfiQ2ecBsbd7y8Kh7zrK2KXAEZraRAUvSpa5oP963sZMCl+pDnsyg6vf1CTBby2Deie o5VctlR1a1suvjlRnGFaGFocqQqtWqg6bOpXf8oyMX8FP/6oDeoKvkZukGb3ks3ZmKat 3pCQ== X-Gm-Message-State: ALyK8tK2mJsPpDOqCV2Usc6ZUyWSyAY+BzoA2cPogtUWdsyr4XSe3S7p5RdT1ed9OqY/mQ== X-Received: by 10.194.121.8 with SMTP id lg8mr14772248wjb.16.1465207421054; Mon, 06 Jun 2016 03:03:41 -0700 (PDT) Received: from [192.168.0.98] ([93.188.182.58]) by smtp.gmail.com with ESMTPSA id v125sm13304983wmv.17.2016.06.06.03.03.35 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 06 Jun 2016 03:03:35 -0700 (PDT) To: internals@lists.php.net References: Message-ID: Date: Mon, 6 Jun 2016 11:01:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC] [VOTE] Replace "Missing argument" warning with "Too few arguments" exception From: rowan.collins@gmail.com (Rowan Collins) On 06/06/2016 08:22, Dmitry Stogov wrote: > Hi, > > > This mini RFC has been moved to "Voting" state. Voting > began on Jun 6 and will close on June 16. > > You can find the full RFC at: https://wiki.php.net/rfc/too_few_args > > I encourage everyone to read the RFC and cast your vote towards whichever > option you feel is the best for the language and the community. I don't have a vote, but if I did I would vote against making this change in a minor release. The release process RFC [1] says that for a release such as 7.1 "Backward compatibility must be kept". This RFC gives no justification for being an exception to this rule, simply acknowledging that it is a deliberate break in compatibility. It's a shame it didn't make it for 7.0, but in my opinion, this should now wait for 8.0. [1] https://wiki.php.net/rfc/releaseprocess Regards, -- Rowan Collins [IMSoP]