Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85103 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40872 invoked from network); 16 Mar 2015 22:42:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2015 22:42:09 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.172 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.214.172 mail-ob0-f172.google.com Received: from [209.85.214.172] ([209.85.214.172:35794] helo=mail-ob0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/31-34940-04C57055 for ; Mon, 16 Mar 2015 17:42:08 -0500 Received: by obfv9 with SMTP id v9so46989617obf.2 for ; Mon, 16 Mar 2015 15:42: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:from:date:message-id :subject:to:cc:content-type; bh=OmgXPqoNUSdBpgvJPABX+rRremvSNU8gT9JNMjTFhWE=; b=zZFxRgyDNdGwN4OxT0hvxfiGSG972gwVmhrKK4M7x2s4EpvbGZXTvfyR0F1NnCzZyu 04f1mWr82Y2R/4R9DS8ZXqvo5mRlOae8HT9XctmGsNBIt33g4cGGTgtwipNGEJcQELPN aV5NLUR2FBkyp4KwHfYuM1pp1ra+Z444wQbmlT5F7NUTPEbO2YhonmJm+GdcBWWH25hd h3crad29PBkmQwOTAG+WTlV8R2C9wJtuekeCWJVE1s4w2cSNJZ+rMeACYVRiG44IL5Js Mv3N6FWGur0xxqeBDpd8+qYMQWWkg0f5wd588KhR/lS2CtfqUoygnOEbKdUqfwBdigXE EgsQ== X-Received: by 10.202.102.216 with SMTP id m85mr20661840oik.22.1426545724860; Mon, 16 Mar 2015 15:42:04 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.202.58.2 with HTTP; Mon, 16 Mar 2015 15:41:24 -0700 (PDT) In-Reply-To: References: Date: Tue, 17 Mar 2015 07:41:24 +0900 X-Google-Sender-Auth: A91asrDbHDs6qMht9048oFv1Zzw Message-ID: To: Pierre Joye Cc: PHP internals Content-Type: multipart/alternative; boundary=001a1140b2322fafc805116f8f73 Subject: Re: [PHP-DEV] [RFC] Introduce Type Affinity From: yohgaki@ohgaki.net (Yasuo Ohgaki) --001a1140b2322fafc805116f8f73 Content-Type: text/plain; charset=UTF-8 Hi Pierre, On Tue, Mar 17, 2015 at 7:23 AM, Pierre Joye wrote: > I very much appreciate your consistent effort to improve php, at all > levels. > > However I won't comment on this RFC or any further RFCs trying to target > 7. > > My reasoning is that we should now focus on getting it out, in time. I did > not agree with the time plan about 7 development but it is what we decided. > Let get back to work now. > I agree that we should concentrate for PHP7.0. The reason why I raised this topic is currently proposed "strict_types" does not work well with this. If inputs are converted/validated as certain types with or without this RFC, "strict_types" should raise error for mismatched types. However, current proposal does not do this depending on how "strict_types" is used... Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net --001a1140b2322fafc805116f8f73--