Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71087 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94544 invoked from network); 12 Jan 2014 15:49:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2014 15:49:17 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.177 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.214.177 mail-ob0-f177.google.com Received: from [209.85.214.177] ([209.85.214.177:64028] helo=mail-ob0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/01-19657-B79B2D25 for ; Sun, 12 Jan 2014 10:49:16 -0500 Received: by mail-ob0-f177.google.com with SMTP id vb8so6675396obc.22 for ; Sun, 12 Jan 2014 07:49:12 -0800 (PST) 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:content-type; bh=pbjBrK9p0lEKBs4owJop8uzd2oMbJCdc5F2xiuVZgX4=; b=oJX9n9sQf8qM07aU+wcA8E1aJWnuLtSaZip4M3I2G108glOKK3gKdJ3QYwxq1u1o2B KIggGIOyBwjVX/aOzBD+6AWKahLN/QX2jIyEF+eu18FoRqz9x8Sh0TZf4b0VwCBa3zjN lSQYW2RVu5tvHx8CQPFHjEL1/PlvXxKLg+oevvIWhFHqFW/CNqNqcXWWsvP90/b32UUr 069Y7sI2Sc1KsIP3ebH+5LqyC029V2QL06sOBTvnjtrnYHdfknWfrST2vXLX/JUuD+/e jZQBlONsNUWGgez56uaeHIIqTA7TBFci0E43lR9j7q3cNHecHQzqtCXARTSOPLCg/4Pr 2yzA== MIME-Version: 1.0 X-Received: by 10.60.54.168 with SMTP id k8mr3557729oep.56.1389541752670; Sun, 12 Jan 2014 07:49:12 -0800 (PST) Received: by 10.182.54.112 with HTTP; Sun, 12 Jan 2014 07:49:12 -0800 (PST) In-Reply-To: <002501cf0fa4$20cbbcf0$626336d0$@tutteli.ch> References: <581A185E-0F00-4B49-AA87-859D75E63BA2@googlemail.com> <002501cf0fa4$20cbbcf0$626336d0$@tutteli.ch> Date: Sun, 12 Jan 2014 16:49:12 +0100 Message-ID: To: Robert Stoll Cc: Kevin Ingwersen , PHP internals Content-Type: multipart/alternative; boundary=089e01160600918e8104efc7e6e1 Subject: Re: [PHP-DEV] Revisiting the "Named Arguments" RFC From: nikita.ppv@gmail.com (Nikita Popov) --089e01160600918e8104efc7e6e1 Content-Type: text/plain; charset=ISO-8859-1 On Sun, Jan 12, 2014 at 3:39 PM, 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 Kindly reread the RFC and my last message in this thread. The RFC states the signature validation as an "open question" and my last mail states that it was decided not to include signature validation. So where did you get the idea of it being "included"? Nikita --089e01160600918e8104efc7e6e1--