Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85109 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60939 invoked from network); 17 Mar 2015 01:46:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Mar 2015 01:46:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.43 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.218.43 mail-oi0-f43.google.com Received: from [209.85.218.43] ([209.85.218.43:35410] helo=mail-oi0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F3/10-60187-27787055 for ; Mon, 16 Mar 2015 20:46:26 -0500 Received: by oiag65 with SMTP id g65so53800700oia.2 for ; Mon, 16 Mar 2015 18:46:23 -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:from:date:message-id :subject:to:cc:content-type; bh=0WneF7kCyeTxRih52QCUCV1/xwMwbhT1J33JsGZpntQ=; b=iT+ncANIf2+iukraQOKnVF+Ln5E31JHa+9lqA6CsiMAg7pj6P5kmTJ5a8hAy1yAiL1 9vAft+GFkzcQb1jwKYxgO743NhH/JuJ+gQ3sAXHrFatj/lrCfKjAxk8iobt4J/SemxNL AmKRXQOPyH0vv6rJ8liVnS3RSErkL/6q+Gsa2m9gREm3VaSJ8uoZbvwb2CxZ3okwxu7y gfuex59Tn+3lueH/+1dVJ5xNC+NZDZim4CVfDYYiUxBEUY70TFja2cgI8tQ6yAXALQ+h WF+VYCtQwrHhHnIXx7FR0eit9F0n8nuVJeH4mw4MlDOJJ94i+utEzIkLXCEu2KSt2Jzu fS2g== X-Received: by 10.202.58.8 with SMTP id h8mr48153362oia.93.1426556783094; Mon, 16 Mar 2015 18:46:23 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.202.58.2 with HTTP; Mon, 16 Mar 2015 18:45:42 -0700 (PDT) In-Reply-To: References: Date: Tue, 17 Mar 2015 10:45:42 +0900 X-Google-Sender-Auth: wdb3ZEiq0PZZsJO_4zQ68khkJkw Message-ID: To: Anthony Ferrara Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113cd8664ef28e05117222a9 Subject: Re: [PHP-DEV] [RFC][Accepted] Scalar Type Declarations V0.5 From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a113cd8664ef28e05117222a9 Content-Type: text/plain; charset=UTF-8 Hi Anthony, On Tue, Mar 17, 2015 at 6:03 AM, Anthony Ferrara wrote: > Voting has been closed on the scalar type declarations v0.5 RFC: > > https://wiki.php.net/rfc/scalar_type_hints_v5 > > At a final score of 108:48, it has been accepted for PHP 7. > Congratulations. Even though I dislike "stirct_types" part, I appreciate your efforts. Since weakly typed mode is too weak to be useful for detecting possible errors and strict type mode is overridden by any caller(parent script), it's still reasonable to have CoerciveSTH RFC. I hope many of us see the benefits of the RFC also. BTW, I suggest to remove the word "strict" from "strict_types" at least as it is not strict at all if caller(parent script) does not specify "strict_types=1". Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a113cd8664ef28e05117222a9--