Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71089 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97606 invoked from network); 12 Jan 2014 15:58:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2014 15:58:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.49 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.219.49 mail-oa0-f49.google.com Received: from [209.85.219.49] ([209.85.219.49:35072] helo=mail-oa0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D7/B1-19657-C9BB2D25 for ; Sun, 12 Jan 2014 10:58:21 -0500 Received: by mail-oa0-f49.google.com with SMTP id n16so6980323oag.36 for ; Sun, 12 Jan 2014 07:58:17 -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=5HgP7eg9dXvNQn5sKLr043+fI9urQt7UEWbPooPTSLM=; b=OawRIE15p9Y5eWwvQp7bfcnUILM6Zo9jzQ5WRAdWCY3bU4u3xpr5MdFjG+xNz0wdAE 2ntW+aYASk5ri+ZF41F/tpvFCYSOpzpEkGPXhFdlJXBIvnKMMjPLSWro6mT8X93XvRIm BmHQ7Npwc54kDCqQfYGgyNleICkpp2hmVkXImgGuRSeKDqJhRysSd38ZGirQePtYLooz G3SbvZvbe9QHHltLw4ksdG2qSOAXRUKTbgUNYJ/B67/vsCQ/O1X+A6rvCcbXlY01m/rZ OPSQH3MsPRPs5kE4lUu8nbBfhKHWaicqlLDZ4fHQfU7u3d0ANXhzrpyrKhoE/MvzaWF8 LKkQ== MIME-Version: 1.0 X-Received: by 10.182.29.66 with SMTP id i2mr17070705obh.23.1389542297584; Sun, 12 Jan 2014 07:58:17 -0800 (PST) Received: by 10.182.54.112 with HTTP; Sun, 12 Jan 2014 07:58:17 -0800 (PST) In-Reply-To: <002c01cf0fae$b8baa6c0$2a2ff440$@tutteli.ch> References: <581A185E-0F00-4B49-AA87-859D75E63BA2@googlemail.com> <002501cf0fa4$20cbbcf0$626336d0$@tutteli.ch> <002c01cf0fae$b8baa6c0$2a2ff440$@tutteli.ch> Date: Sun, 12 Jan 2014 16:58:17 +0100 Message-ID: To: Robert Stoll Cc: Kevin Ingwersen , PHP internals Content-Type: multipart/alternative; boundary=001a11c2bbdc0c4b4e04efc807ef Subject: Re: [PHP-DEV] Revisiting the "Named Arguments" RFC From: nikita.ppv@gmail.com (Nikita Popov) --001a11c2bbdc0c4b4e04efc807ef Content-Type: text/plain; charset=ISO-8859-1 On Sun, Jan 12, 2014 at 4:55 PM, Robert Stoll wrote: > I did, unless it is not an error in my browser the section "open question" > is empty. > I do not know which last email you mean but anyway the RFC ( > https://wiki.php.net/rfc/named_params) still states: > "If named parameters are introduced, signature validation should make sure > that parameter names are not changed. Usually > signature mismatches between an interface and an implementing class throw > a fatal error, but this is not possible in > this case due to the large BC break it would cause. Instead we could use > some lower error type for this (warning / > notice / strict)." > > Did you open another RFC? > It looks like you fell into the wiki-redesign trap. The "Open questions" is a super-heading for "Syntax", the next two headings and the "Signature validation [...]". The new wiki design just makes the heading types so similar in font size that they are hard to distinguish. Nikita --001a11c2bbdc0c4b4e04efc807ef--