Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85104 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42848 invoked from network); 16 Mar 2015 22:50:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2015 22:50:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.173 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.173 mail-qc0-f173.google.com Received: from [209.85.216.173] ([209.85.216.173:33903] helo=mail-qc0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/81-34940-23E57055 for ; Mon, 16 Mar 2015 17:50:26 -0500 Received: by qcaz10 with SMTP id z10so58576952qca.1 for ; Mon, 16 Mar 2015 15:50:24 -0700 (PDT) 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=Nzb5vhF5V4ynL4I5lUveG0GecvnRSGLIOd5sOVKDwHo=; b=iHVjHGg+c5BYL6/GB1SxIa4nmZJN8PSYLTMUcVV/OWBa0HVJKuiaiMBaDN9E0+n6oc doxahNtzqOlk7ydnCgLvarS/MvFCpO1V3VMKPBubG6PDVJUFCImuOKe7+qUBFBqH2sjG hLI2/EJkSUQYi7Mm+dM/KmR5hel6FrvR3NElEi/WDd07Jxw7qi/jc4VHzMiZilwR9s3x HZu7WeseDWfRkvGQZwfUMJQdvXRH2WYTv5OZ4PDw6wMHCpM9gW5wf/5jblCAGESeHRaZ xAyZz1MekqRBDgg4a1ukGqsNbRPQFtMlebTkCtqDbNfJtCa89qgBvIZLmcSuunDMJAGO ia6A== MIME-Version: 1.0 X-Received: by 10.140.95.179 with SMTP id i48mr76364794qge.4.1426546223900; Mon, 16 Mar 2015 15:50:23 -0700 (PDT) Received: by 10.96.39.195 with HTTP; Mon, 16 Mar 2015 15:50:23 -0700 (PDT) Received: by 10.96.39.195 with HTTP; Mon, 16 Mar 2015 15:50:23 -0700 (PDT) In-Reply-To: References: Date: Tue, 17 Mar 2015 09:50:23 +1100 Message-ID: To: Yasuo Ohgaki Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c16dfcee6cfb05116fac24 Subject: Re: [PHP-DEV] [RFC] Introduce Type Affinity From: pierre.php@gmail.com (Pierre Joye) --001a11c16dfcee6cfb05116fac24 Content-Type: text/plain; charset=UTF-8 On Mar 17, 2015 9:42 AM, "Yasuo Ohgaki" wrote: > > 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... I do not see your point with strict type and what your RFC proposes is what ext/filter does. I would really not to start again this kind of discussion while trying to get 7 out in time as it is already quite a challenge. --001a11c16dfcee6cfb05116fac24--