Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88388 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79271 invoked from network); 20 Sep 2015 21:49:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Sep 2015 21:49:31 -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.160.177 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.160.177 mail-yk0-f177.google.com Received: from [209.85.160.177] ([209.85.160.177:34242] helo=mail-yk0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 87/70-04801-AE92FF55 for ; Sun, 20 Sep 2015 17:49:30 -0400 Received: by ykdg206 with SMTP id g206so87936290ykd.1 for ; Sun, 20 Sep 2015 14:49:28 -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=cCqXnDOexxOIw2LNjfbmT01cFNNpwcElMb/oFBeHWKs=; b=aoa0wFTGcesIrLUBP/lVHlVgM2TrvNx+OsEHTxEEw8vToLqb+G3Km5IEdeR9qb3vrn XZ00jvWTLhDrjM+U3ag5q1zSThUGd0WyqOvF9EkIHlamAmnHAtuwpkU/TmYST2gVAy4Z pr1HaMoGWNdKMh+BHrniWF+aLeJMDnMvL6lnSIj8NZGXgJvMZWgBLrCg12202OrQUNuN OuAvm/YN3luvl9wzVjjILgJUocUueuaLhuVbCVfW5WCK5voI1y6qbqP5pOswZjiVgRLw PQWmWSW3rMHcggJfLB3AJa7mN5yuEuMjZxw5DnutPDqe93bl3B1xN+wyzSWHf08aw2ZI MSJQ== X-Received: by 10.129.51.88 with SMTP id z85mr14319290ywz.148.1442785767900; Sun, 20 Sep 2015 14:49:27 -0700 (PDT) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.57.215 with HTTP; Sun, 20 Sep 2015 14:48:48 -0700 (PDT) In-Reply-To: References: Date: Mon, 21 Sep 2015 06:48:48 +0900 X-Google-Sender-Auth: 4wCDaK9FRGKFyAoFTxRTMS8HUiQ Message-ID: To: Kalle Sommer Nielsen Cc: Anatoliy Belsky , Ferenc Kovacs , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [RFC] [DISCUSSION] More precise float value From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Anatol and Ferenc, On Sat, Sep 19, 2015 at 7:15 AM, Kalle Sommer Nielsen wrote: > I'm sorry I have not caught this any earlier, but even without > consulting with Anatol, I'm not keen on adding this into 7.0, we are > in RC stage, and I want us to focus on a stable release instead of > adding more potential issues, I suggest you target 7.1 instead in the > RFC. > > (Ferenc and Anatol cc'd) I was expecting this kind of reply for this RFC. What do you think? This RFC contains JSON float value precision change for PHP 5.6 so that PHP would not loose floating number information, as well as more precise float handling option for PHP 7.0. FYI, var_dump()'s float precision was changed to use serialize_precision as bug fix before. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net