Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71095 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11537 invoked from network); 12 Jan 2014 19:00:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2014 19:00:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.45 as permitted sender) X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 74.125.82.45 mail-wg0-f45.google.com Received: from [74.125.82.45] ([74.125.82.45:48223] helo=mail-wg0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5E/D0-05483-736E2D25 for ; Sun, 12 Jan 2014 14:00:08 -0500 Received: by mail-wg0-f45.google.com with SMTP id n12so2276312wgh.24 for ; Sun, 12 Jan 2014 11:00:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=8HDTiIur2koFdqzo6JZdPFxoOkIQRLKm7fR1E7r7i+0=; b=GlSgPSTpw4NCIWwrJc6WE6qy+HUcnObs8JGq/aJHQp1HkJubiCF2vHY87YXAKDBmDj DIju1PtxciFPBT9is7R27YvF1tNZmuuXOGID+WdXslYiC5YnYQBLVT1ELReSttR96Lrv JeSvV+XK4Jr1lHYquiIGqmjKg5/o5FouQe4zuJP43YWuVSDDZvSEU56NzWSN3hO/DdSZ n7xOyqHj8vu2f3e2f36woWIwRjNINuMO670WC34q17wdkEKf54pI0reVIUMZ3V3OC5E+ lXoXok8lOOgmtampGERVsJ4BYU5t0kSiaFDlD03yRGtgHohyqt2hfPELV4Tf9ZOds2r0 L4Ww== X-Received: by 10.180.75.115 with SMTP id b19mr11964849wiw.19.1389553205130; Sun, 12 Jan 2014 11:00:05 -0800 (PST) Received: from [192.168.1.27] ([80.31.25.49]) by mx.google.com with ESMTPSA id e1sm13868031wij.7.2014.01.12.11.00.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 12 Jan 2014 11:00:04 -0800 (PST) Message-ID: <52D2E632.9050908@gmail.com> Date: Sun, 12 Jan 2014 20:00:02 +0100 User-Agent: Thunderbird MIME-Version: 1.0 To: Robert Stoll CC: 'Kevin Ingwersen' , 'PHP internals' References: <581A185E-0F00-4B49-AA87-859D75E63BA2@googlemail.com> <002501cf0fa4$20cbbcf0$626336d0$@tutteli.ch> In-Reply-To: <002501cf0fa4$20cbbcf0$626336d0$@tutteli.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Revisiting the "Named Arguments" RFC From: keisial@gmail.com (=?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?=) On 12/01/14 15:39, Robert Stoll wrote: > Since the RFC has not included my concerns so far I am going to bring them up again. The included validation of > signatures is a huge BC break and thus a no-go for PHP 5.x IMO: > http://markmail.org/message/blcph3p377x4ycmc#query:+page:1+mid:jtfa52bzgsua7yrt+state:results > http://markmail.org/message/blcph3p377x4ycmc#query:+page:1+mid:u5y2pvzttbudkxqe+state:results The error/warning on conflictive parameter names could be done just when calling with named parameters.