Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91387 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22084 invoked from network); 25 Feb 2016 01:27:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Feb 2016 01:27:56 -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.161.174 as permitted sender) X-PHP-List-Original-Sender: yohgaki@gmail.com X-Host-Fingerprint: 209.85.161.174 mail-yw0-f174.google.com Received: from [209.85.161.174] ([209.85.161.174:35287] helo=mail-yw0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/93-27730-9985EC65 for ; Wed, 24 Feb 2016 20:27:53 -0500 Received: by mail-yw0-f174.google.com with SMTP id g127so31214674ywf.2 for ; Wed, 24 Feb 2016 17:27:53 -0800 (PST) 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=Dej7WERbxNCJIU7gZOFYWQGVL0GKsTMVBLeHxshXxVA=; b=JanVoyJYz7CjNPoiz173WAQyIVuiGLEDe710R9iq2gFHkobp7QaalXLSgE5wP13sT4 R2xIvec4J8lV+1aBrz85gMUfjdylWX0NtKr+GV4x83XS3/HGFz4NrO5LUSZEU3pO/aUb /yWUecG1eOKpolaqJmAdroq9IS0f2i8gAkXo0ZoMWpxU+Cxu/YbA29xmqW7J5WyLcVbm pH4FzoQkwJAZ0tCPiOLra9onPtTV9hU1uluC1yigTIOWKUbuMSCjBrg3OBqpCrBKgIz4 OkkiRHZ0y4+ZMPmYE5STMZ46cdJf53pghQunw+y3OrSxEX08fBLRQEgMa4e0Sask7uM2 /OVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=Dej7WERbxNCJIU7gZOFYWQGVL0GKsTMVBLeHxshXxVA=; b=XDXJP70HDG2G/Nv9YoBbb/ptjM+t2xcfDXKepye0/CAnkG2Qjl3PytU5GseNvP1ufP U9d2GmZkZgZMvd25hKsObIhwlvejg7ZaA/0W2gWzcWHbnmgtj0UCw5jjEGR3CwhvHYEA JrMHZjo5sekpd6lsLc8zTnib3PNUbClpxwGb0mMtFS6UCGyq9Hz2br4qIhk5kSBOZ9Wg k682e7SeQIqr6IGIOixVVpECivqUdXAR1LQe7c1Vx33wgqHYtnYpylLzxrHyIVLH4GI3 W5xZGDQt5k+xQuA/5EekU4oi2BA985aZnmLBS9fA2Y0EaLaP+jL8yTi55+gHbMEnZmXS DtvQ== X-Gm-Message-State: AG10YOTKAHw90ZtnN2N6wqHGWIv7+8jx4rTDfCY+l0vjQ/UKJr7nLwiqdpj4JlptHtpYgwYLe/MHn7rf5Q8v/g== X-Received: by 10.13.208.2 with SMTP id s2mr14622659ywd.86.1456363670477; Wed, 24 Feb 2016 17:27:50 -0800 (PST) MIME-Version: 1.0 Sender: yohgaki@gmail.com Received: by 10.129.109.22 with HTTP; Wed, 24 Feb 2016 17:27:10 -0800 (PST) In-Reply-To: References: <47.95.38634.798BCC65@pb1.pair.com> <56CCFDD2.4000102@gmail.com> <29.1B.38634.BDD8DC65@pb1.pair.com> Date: Thu, 25 Feb 2016 10:27:10 +0900 X-Google-Sender-Auth: s3DEUdrpBw7qwPKEVUJnSGhA7gE Message-ID: To: Andrea Faulds Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [RFC] Deprecations for PHP 7.1 From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Andrea, On Thu, Feb 25, 2016 at 10:00 AM, Andrea Faulds wrote: > Andrea Faulds wrote: >> >> Hi Yasuo, >> >> Yasuo Ohgaki wrote: >>> >>> This discussion is related to >>> >>> https://wiki.php.net/rfc/precise_float_value >>> >>> If you have comment on this, I appreciate it. >>> Please search old thread for discussions. >>> I'll start final RFC discussion for this when session RFC is finished. >> >> >> Thank you for bringing that RFC up again, it would improve this >> situation somewhat. Particularly in that it would use the "0" precision >> for zend_dtoa, which is the "shortest sequence of digits producing the >> same value when converted back to a float" behaviour that I mentioned in >> my email. >> > > This article has a good explanation of the two different approaches: > > http://blog.reverberate.org/2016/02/06/floating-point-demystified-part2.html Nice article! Added URL to reference section of the RFC. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net