Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84820 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69603 invoked from network); 15 Mar 2015 11:33:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2015 11:33:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.160.169 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.160.169 mail-yk0-f169.google.com Received: from [209.85.160.169] ([209.85.160.169:33422] helo=mail-yk0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/A6-29489-0FD65055 for ; Sun, 15 Mar 2015 06:33:06 -0500 Received: by ykek76 with SMTP id k76so8643119yke.0 for ; Sun, 15 Mar 2015 04:33:02 -0700 (PDT) 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:content-type; bh=zNuZTVddAI/0Oojr2IyC3OwQZ3PmuJbwP4+j94ZBrjM=; b=J9haYG1MHudHpct8DXQKvNWbYqF1wvXbGaRxSYCMUNX5ksxE/ImEqD/nN9xZJ/vefL aNqohs9UMTBXankMJL5CFexYkvqlMA88yiYGCn2hXZPvIuwze7JEFCtAVJY/iJtJM8oC RdkrVVIkXzUsgHpUNkjDbqFbm06/6yWhezcBzaiC5coHqa4sG/Yzw+Q3nhp+Ofr9zklm lORXa9t9sEYX9JUtkzV3t6xGdMXgmJN/fyvITmkkFNFjKjrU9WlELErGK/P2llEvdWDi Qm6Gl8G4Y1nDX5tnacempCkxr3a4sEBWkE3DINB3nR6JSRAVq71TVrzQKjHtRAMdI9y1 KUug== X-Gm-Message-State: ALoCoQk6xzkD9/wS4lBl82twIsgrIoZhAfWzeSwOp/szXBDvR55QPHIEjxgWo5QGYELQmOCq+4Uo MIME-Version: 1.0 X-Received: by 10.170.79.4 with SMTP id v4mr37772988ykv.17.1426419182176; Sun, 15 Mar 2015 04:33:02 -0700 (PDT) Received: by 10.170.71.86 with HTTP; Sun, 15 Mar 2015 04:33:02 -0700 (PDT) X-Originating-IP: [78.147.4.32] In-Reply-To: References: Date: Sun, 15 Mar 2015 11:33:02 +0000 Message-ID: To: marcio3w@gmail.com Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV][RFC][VOTE] Strict Argument Count On Function Calls From: danack@basereality.com (Dan Ackroyd) On 15 March 2015 at 06:59, Marcio Almada wrote: > Hi, > > I received some requests to update the RFC with more information about BC > breaks + possible minor adjustments regarding dynamic function calls. Please can you stop abusing the RFC process? This RFC is attempting to change the language. You received the information about the BC breaks weeks ago, they aren't new items that you just heard about for the first time today.. You opened the voting and then closed it immediately when you realised the vote wasn't going to sail through. You're now making changes to the RFC and proposing to re-open voting on the same day. How are people meant to have time to read and think about the changes? It's also going to be impossible for people to try the patch out, or to measure it for performance hit. The problem this RFC fixes is not a big enough problem to justify making decisions about the language at the last minute, particularly as the last version of the RFC I read breaks a whole load of valid code. cheers Dan