Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84837 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6840 invoked from network); 15 Mar 2015 15:45:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2015 15:45:15 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.41 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.218.41 mail-oi0-f41.google.com Received: from [209.85.218.41] ([209.85.218.41:34396] helo=mail-oi0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 62/4D-29489-409A5055 for ; Sun, 15 Mar 2015 10:45:09 -0500 Received: by oier21 with SMTP id r21so19944639oie.1 for ; Sun, 15 Mar 2015 08:45:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=CCC+BqCAVAibxLzCkiNJNk5E1u0nkqm3/82FlRm+ggw=; b=ehJIl6SU+aD/6RCtn0UCjmJw+RAZ3kflVth2qulGRC/ooFGBUqGuOBCXUkjBYc2uyD vZiAaMry5giEHxVmGuG+40XkNjAncE0zZKaKKH6SGvprJry2/FtNogykA+FtI/LpDKvd a1Jg4UYgK11ry5nPNtRvEuXI7odFQHKwOO5m1mgrlhGe6FdxmeNbKG+gAilXt0qSFwI+ jy2POyMgk+KcTCXByW5hy6ihTE1ConbbX2GDLwpj81QFBRXkFw5FaGSbzo78P5CXA71g JdaijlPqRMiDQiSmREygX8HxL6y0ezT0dYzvSOgZ7elVMmmuy69py8WIH0wIZZ7kf9S8 ey+w== MIME-Version: 1.0 X-Received: by 10.202.178.131 with SMTP id b125mr42120254oif.80.1426434304132; Sun, 15 Mar 2015 08:45:04 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.76.90.74 with HTTP; Sun, 15 Mar 2015 08:45:04 -0700 (PDT) In-Reply-To: References: Date: Sun, 15 Mar 2015 09:45:04 -0600 X-Google-Sender-Auth: yHnSRvOEIRhMRxMskcHSkxgUus4 Message-ID: To: Kalle Sommer Nielsen Cc: internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC][PRE-VOTE] Reserving More Types in PHP 7 From: levim@php.net (Levi Morrison) On Sun, Mar 15, 2015 at 6:34 AM, Kalle Sommer Nielsen wrote: > Hi > > 2015-03-14 6:41 GMT+01:00 Levi Morrison : >> RFC Link: https://wiki.php.net/rfc/reserve_more_types_in_php_7 >> >> The proposal has changed from the original. It no longer reserves the >> aliases out of the interest of reserving the smallest useful, >> uncontroversial subset. Some people want to remove aliases for these >> types so in the interest of being as uncontroversial as possible I am >> no longer proposing to remove them. > > After this change I would change my vote to -1, because I would like > the reserved type words to be consistent with those of the typecasts. > While I agree that we should maybe drop aliases in typecasts like > "real", I don't think it makes sense to reserve "Int" for class names, > when we don't reserve "Integer" etc. I may open the vote with multiple options, then. I really don't care about this detail. If people want the aliases that's reasonable, and if they don't want them that's reasonable too.