Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73755 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76824 invoked from network); 21 Apr 2014 20:40:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Apr 2014 20:40:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=park.framework@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=park.framework@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.83.68 as permitted sender) X-PHP-List-Original-Sender: park.framework@gmail.com X-Host-Fingerprint: 74.125.83.68 mail-ee0-f68.google.com Received: from [74.125.83.68] ([74.125.83.68:42093] helo=mail-ee0-f68.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 73/21-00448-B2285535 for ; Mon, 21 Apr 2014 16:40:12 -0400 Received: by mail-ee0-f68.google.com with SMTP id c13so3433783eek.11 for ; Mon, 21 Apr 2014 13:40:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=CxcHcHu6FSNZmyN/oNRMj5Ado9kC+B19ui6j41/Ugq8=; b=h8r+h2rTNvffd00NRQolRPIiCRKOtsRGEVFEHg0dY0GJ0FkmgQx0K7hvB/zTWEAwz+ zuUbLhA1LZ2Fc8BJ0S7ZNoy33alaZ0+FhNoG8qHXvKF1jtVe+Tn3b83Ia8JeLcR+lWn8 0WjrKgVjVp4URQiJeBTSkVaheZbeDIHBfdK2CDFrTHWKBZtmoEa6MtsrIGcIaWndLLcR YzlskQ12A68BecmAsAY+HffvCMz5/f5PF3U718paytShDzG4pxK/BgRR5Eg6CojGTeca lfOcBlMk8G+2WkvSUH1Gqlr5I6YYBa/fp7Co02FiKY09c7cXlAkXrPxPUJ6tPBazpdDK 9Jgw== MIME-Version: 1.0 X-Received: by 10.15.73.134 with SMTP id h6mr49934241eey.3.1398112808576; Mon, 21 Apr 2014 13:40:08 -0700 (PDT) Received: by 10.14.107.199 with HTTP; Mon, 21 Apr 2014 13:40:08 -0700 (PDT) Date: Mon, 21 Apr 2014 23:40:08 +0300 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=001a11c29acc4fab5f04f79381be Subject: [PHP-DEV] [RFC] Floating Point support in GMP extension From: park.framework@gmail.com (Park Framework) --001a11c29acc4fab5f04f79381be Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Concept is simple. Need, remove GMPInt, leave only GMPFloat. For backward compatibility in php.ini set default values =E2=80=8B=E2=80=8Bgmp.default_precision =3D 0 Anyone who wants to work with float, must specify precision > 0 What do you think about this? --001a11c29acc4fab5f04f79381be--