Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83415 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65362 invoked from network); 21 Feb 2015 18:28:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2015 18:28:37 -0000 Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.45 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.215.45 mail-la0-f45.google.com Received: from [209.85.215.45] ([209.85.215.45:41436] helo=mail-la0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/7F-08895-55EC8E45 for ; Sat, 21 Feb 2015 13:28:37 -0500 Received: by labpv20 with SMTP id pv20so11791872lab.8 for ; Sat, 21 Feb 2015 10:28:34 -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=TONLU43toLoY6HK5BUl7gwWTNyViWJJQ+EHXUkcOP/8=; b=bbeHwiR9xCtrTySF1e2MfQZtOBJnkDj3uH3G0MoWi3Yl2pBysRhkAPEjTRACM+Td0p lK4c8KllkIWEb04r8lQnHtYsBjiB2UothAVytunMh0cvgf2npM9gavU1/c75J8UsaH5o J3QkcJqudNuHtkdW3iHgbFAt9geur7qhWfSr/bwZ0TY4ByLVsH3tuYto1Qdmb2NP5QTa zjaaywO4+s3fvWZgunyo24rPHQhTieLhYtHAlK6IjfT6sVfVtW13Tkr5o7JShvhUuDlx H81mRoqE+l1OSK3yHShc0RKRKo/I6afaS7Loxb5Y2TSxzIE5Qf6k8pHeS+MqClC9iQtx HXsw== MIME-Version: 1.0 X-Received: by 10.112.171.65 with SMTP id as1mr2992530lbc.45.1424543314455; Sat, 21 Feb 2015 10:28:34 -0800 (PST) Received: by 10.25.43.9 with HTTP; Sat, 21 Feb 2015 10:28:34 -0800 (PST) In-Reply-To: References: <7ef509ef10bb345c792f9d259c7a3fbb@mail.gmail.com> Date: Sat, 21 Feb 2015 13:28:34 -0500 Message-ID: To: Pierre Joye Cc: Zeev Suraski , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Coercive Scalar Type Hints RFC From: ircmaxell@gmail.com (Anthony Ferrara) Pierre, > And finally, this RFC only proposes one solution, so competitive RFCs > are still required to actually represent alternatives. That is a good thing. it should only propose one solution. Making a single RFC proposing two solutions would be a MASSIVE mistake IMHO as these proposals are complex and charged enough without trying to make a voter read a single piece of text that goes back and forth between two options. We need to be simplifying, not making more difficult. Only about 25% of my RFC is dedicated to the proposal. The other ~75% is dedicated to summarizing the conversation and acting as a FAQ. That could well live off-RFC if we used discussion pages or something of the like (which we likely should). Anthony