Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70997 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96818 invoked from network); 4 Jan 2014 07:07:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jan 2014 07:07:12 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.160.49 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.160.49 mail-pb0-f49.google.com Received: from [209.85.160.49] ([209.85.160.49:33828] helo=mail-pb0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C4/71-16749-D13B7C25 for ; Sat, 04 Jan 2014 02:07:10 -0500 Received: by mail-pb0-f49.google.com with SMTP id jt11so16432698pbb.22 for ; Fri, 03 Jan 2014 23:07:07 -0800 (PST) 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:date :message-id:subject:from:to:cc:content-type; bh=m8T6ZOqcL9L7AeczeOT3lkXigPld8YpUEUx1WfCtBko=; b=hPMj7YX8dWOn/oI57281L9hfkQnjubcNM/CFqMpBQsomgs+khTaXqGLBHtHSRhTz9d 0aqHpvvR7So6F1MhyjVcs0oNElSAtphhikjuUjzZOl1wE8a3X1uT4mFA3NPF6e82KrUW XcCw15NH+OHWx+Ha1SV3CW363VXpfG3ykwxLzubV/4vzJ49XANeITCAD5ev/cAIci/Hi Ky+rUc6r6ILnZTdpwyBiic3Jepl2tZzawaMHD8fULGhuA8fG5UFaZSEpqmnhLk+P6DBA A0QbeCguu6tq02Yj5uAYE8CLlNVNM68aW9k8jc3vIr3qjJu8/EdamqHDBv0Lv/LIg/RA D/xw== X-Gm-Message-State: ALoCoQk/ms7vsBS6SCh7znmdzw3ZP8yPVL/nzQwWt7PsP5sLzl2hKscAwwqpLpDOlRm2karwZRvv MIME-Version: 1.0 X-Received: by 10.68.25.229 with SMTP id f5mr102751699pbg.6.1388819227047; Fri, 03 Jan 2014 23:07:07 -0800 (PST) Sender: php@golemon.com Received: by 10.70.77.164 with HTTP; Fri, 3 Jan 2014 23:07:06 -0800 (PST) X-Originating-IP: [24.130.180.66] In-Reply-To: References: <005e01cf05bb$47c59cb0$d750d610$@tutteli.ch> Date: Fri, 3 Jan 2014 23:07:06 -0800 X-Google-Sender-Auth: RDrC83CM4t5ciP-HQjd6L8wG5AQ Message-ID: To: Yasuo Ohgaki Cc: Robert Stoll , "" Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] [RFC][DRAFT] GMP number as PHP number From: pollita@php.net (Sara Golemon) On Tue, Dec 31, 2013 at 1:52 PM, Yasuo Ohgaki wrote: > On Tue, Dec 31, 2013 at 10:53 AM, Sara Golemon wrote: >> >> On float support in GMP extension: Big +1, and I'd be happy to implement >> it. > > I appreciate if you implement it! > I'll concentrate on encoding and session improvement :) > I've pulled the GMP float proposal out of https://wiki.php.net/rfc/gmp_number and fleshed it out a bit as https://wiki.php.net/rfc/gmp-floating-point -Sara