Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84970 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47604 invoked from network); 16 Mar 2015 02:32:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2015 02:32:11 -0000 Authentication-Results: pb1.pair.com header.from=marcio.web2@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=marcio.web2@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: marcio.web2@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:36579] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FA/CD-06614-9A046055 for ; Sun, 15 Mar 2015 21:32:10 -0500 Received: by lamx15 with SMTP id x15so28539442lam.3 for ; Sun, 15 Mar 2015 19:32:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:from:date:message-id:subject:to:content-type; bh=Wshvg0mPmBmFoZQtFDDEfb6PaPLZS1AW5I9kWBhNBW0=; b=htjiXBuLzi1Ad65PYAB0nIA+xirVzZBfkx3rOhfftBdjciTn6QHjtDnLW5VUxIXTOT hYUkRynYN2Bgpq0p6n+8MvpeyJ6ynoLzQXQO82Lh7FeEeaXSUpCakzEsyCu7xVsJ7FTl emrnnecA3Tf6LpUj7LKcLqsJjYnCZpNyjfU4ObAe7XReSRqkPc5PsQbf2Q4OLYAw3UXa GiIqD0sA9DjsPCtbDs0i193pMTE4S++7FyOg6oawLL2OcIZM16O19U/ClDMCcTUy4tT9 pw0PvKxAuJ1bkMMd0S6LsgOu9Nxc9KhX2+vZ+MnU8Tl/1874nr2bkBuwHED6xp9Z4NTQ UlPQ== X-Received: by 10.152.21.136 with SMTP id v8mr53547087lae.64.1426473126723; Sun, 15 Mar 2015 19:32:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.152.118.169 with HTTP; Sun, 15 Mar 2015 19:31:46 -0700 (PDT) Reply-To: marcio3w@gmail.com Date: Sun, 15 Mar 2015 23:31:46 -0300 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=089e0158b71800076505115ea842 Subject: [PHP-DEV][RFC][VOTE][RESTART] Strict Argument Count On Function Calls From: marcio.web2@gmail.com (Marcio Almada) --089e0158b71800076505115ea842 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, As promised, the "Strict Argument Count" RFC vote was restarted: RFC: https://wiki.php.net/rfc/strict_argcount PR: https://github.com/php/php-src/pull/1108 There was no need to update the BC break section. The only minor change was the addition of the following section: https://wiki.php.net/rfc/strict_argcount#about_callbacks_invoke_and_dynamic= _calls The voting will close in exactly 14 days counting from now. This is the discussion summary so far http://markmail.org/thread/ol5s2vhw35ac2px3 Acknowledgments to Bob Weinand for offering a practical solution that will help many in case the RFC passes. Thanks, M=C3=A1rcio --089e0158b71800076505115ea842--