Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94036 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17444 invoked from network); 16 Jun 2016 06:18:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2016 06:18:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.53 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.218.53 mail-oi0-f53.google.com Received: from [209.85.218.53] ([209.85.218.53:33999] helo=mail-oi0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/16-10183-A9442675 for ; Thu, 16 Jun 2016 02:18:04 -0400 Received: by mail-oi0-f53.google.com with SMTP id d132so54355181oig.1 for ; Wed, 15 Jun 2016 23:18:02 -0700 (PDT) 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; bh=5xWYVCRsDKkcCMBnRe+nHN1Q4+jOVHBaX41pJ/4OZLM=; b=HP8FTcNDfTxuuF/EhRKpMletHXjrh/heVn9uJyp563TeEjimnXEln2V2y7jkNJw+gk PhGm4j759kkn9/5KBWTzugENmLNO3+5G4noCpXHyRrn4aVN24brNCUUnQlGdRY9/GsK7 TEpbNZqgVLgMOCpqhmc4xvlCmTcIfEZznnUzVFSpop9ilY1jgIYpOw7FDQTP8bqNP4QH 8wVk5UqTIF4UA0Z8bEu9lQ1oV0Qgg3Hs2AjW9RKyUxfnQfdHPBM4uwslyQQQCqtUQg5i ZdGmpR7UcgUJOPNQzelZGJEIfRpBdjFZZA7pMgPc2IMthQIE61jmSrGNEeEM1zqQCZ6D STCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=5xWYVCRsDKkcCMBnRe+nHN1Q4+jOVHBaX41pJ/4OZLM=; b=fnUsO/tjuG8dCFIIZt5/52oNCec0azGAb5Y34DEBIyUBpLkiRVQFC/3hbaC9qRvnJu gYYcufD5JF67UwTiKIRdUvi1HxFu+jerQZHlTR7SkTv+30q1co/F8gzH6HizQ2rLk5Jn OAU1r4doqGqRMTMNFBU4lkmcwcBxEbPCSrBfDNgzRCE6K8WvQGdyr0/GnReRwBOc7K2v BBEpNPxNJvbZnk+jDSiOKDiTzNiOpd4PJ3tbFAD10/DCliLJCaiSG1xhbrO5/SAaSEme HMeA8kcLRusR6OXuJP7BBNCjxZ+g5giwvN4KnnSUASDH5yWrxatc0/2pjuNn2mhSnYi4 Nilw== X-Gm-Message-State: ALyK8tKWHh1aZP0NzQcF3pg8GIm/g33aQEjOijp2nsB4NFPEMdJowEbk04XfPwSLSTDcIlbiWJ/nJJ/pJPU5Cw== MIME-Version: 1.0 X-Received: by 10.202.237.144 with SMTP id l138mr1390237oih.200.1466057880428; Wed, 15 Jun 2016 23:18:00 -0700 (PDT) Received: by 10.202.108.197 with HTTP; Wed, 15 Jun 2016 23:18:00 -0700 (PDT) Received: by 10.202.108.197 with HTTP; Wed, 15 Jun 2016 23:18:00 -0700 (PDT) In-Reply-To: References: Date: Thu, 16 Jun 2016 13:18:00 +0700 Message-ID: To: Dmitry Stogov Cc: Joe Watkins , PHP internals Content-Type: multipart/alternative; boundary=001a113d2f8e2ef20b05355f334f Subject: Re: [PHP-DEV] [RFC] [Accepted] Replace "Missing argument" warning with "Too few arguments" exception From: pierre.php@gmail.com (Pierre Joye) --001a113d2f8e2ef20b05355f334f Content-Type: text/plain; charset=UTF-8 Hi Dmitry I am sorry but I have to ask to wait before merging it. It is definitely not clear that: . The rfc was valid to begin with due to the short discussion time . This BC is acceptable for 7.x I think things like things can be prevented by following the relatively simple rfc process and having a more clear way to define what is acceptable as BC. I think the RMs should step in here. Thanks, Pierre On Jun 16, 2016 1:12 PM, "Dmitry Stogov" wrote: > Hi internals, > > > The RFC https://wiki.php.net/rfc/too_few_args > was accepted by 39 against 11, and the corresponding patch was merged into > master. > > > Thanks. Dmitry. > > --001a113d2f8e2ef20b05355f334f--