Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85102 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38355 invoked from network); 16 Mar 2015 22:23:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2015 22:23:35 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.47 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.192.47 mail-qg0-f47.google.com Received: from [209.85.192.47] ([209.85.192.47:34308] helo=mail-qg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 76/D0-34940-6E757055 for ; Mon, 16 Mar 2015 17:23:34 -0500 Received: by qgh62 with SMTP id 62so53885239qgh.1 for ; Mon, 16 Mar 2015 15:23:31 -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=surmSLPT49dB6uMcrIE4bCztrMm/62MJTqcBQCs9j+c=; b=R08ee6ymffqy6qKtGjqTdFn4M2tkW4NhJTOadaEz8eipkeox8rsU/9tCIDT7Y13ix7 Hj0O3sAaiSZ1W09DVroIPOUoMx02fjvOGzoT9cKwRM9q4c/SdfzzDjkPmdk8XcsGuH5a nB+ABaMgBgQ8Wji2P4YQFVOk2rPXzcchOXvshs+5zQQueSRLKmfjPW1Tij+uSFK+ayCu Rb/XdrNHZrGbFxYFb9iL1eXMsfhu/TrhKbk6e3kRKvfaI1nvWGvtdo8ZHJZ7doyHMWka eDWVsoM55/fqTkeG45+cRgOhUCKq7rwlzxSfXugxWiPsr6svykC6fMV2/HdCcKGnilzZ QaEA== MIME-Version: 1.0 X-Received: by 10.140.133.67 with SMTP id 64mr44534025qhf.17.1426544611459; Mon, 16 Mar 2015 15:23:31 -0700 (PDT) Received: by 10.96.39.195 with HTTP; Mon, 16 Mar 2015 15:23:31 -0700 (PDT) Received: by 10.96.39.195 with HTTP; Mon, 16 Mar 2015 15:23:31 -0700 (PDT) In-Reply-To: References: Date: Tue, 17 Mar 2015 09:23:31 +1100 Message-ID: To: Yasuo Ohgaki Cc: PHP internals Content-Type: multipart/alternative; boundary=001a1136fdced288ac05116f4c2f Subject: Re: [PHP-DEV] [RFC] Introduce Type Affinity From: pierre.php@gmail.com (Pierre Joye) --001a1136fdced288ac05116f4c2f Content-Type: text/plain; charset=UTF-8 Hi Yasuo, On Mar 17, 2015 9:01 AM, "Yasuo Ohgaki" wrote: > > Hi all, > > I had this idea for a long time, but I didn't have time to mention. > Since I did mention this idea in basic type hints thread, I've > created RFC for it. > > https://wiki.php.net/rfc/introduce-type-affinity > > SQLite2 was typeless. All data is stored as "text". > Type affinity is SQLite3's idea to have native type for better performance. > https://www.sqlite.org/datatype3.html > > PHP may have the same idea for better performance and code. > It works well with coercive type or strict type (Not currently proposed > one, though) > > Comments are appreciated! 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. --001a1136fdced288ac05116f4c2f--