Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:109772 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 48165 invoked from network); 22 Apr 2020 15:03:19 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 22 Apr 2020 15:03:19 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D39121801FD for ; Wed, 22 Apr 2020 06:35:00 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-lj1-f171.google.com (mail-lj1-f171.google.com [209.85.208.171]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Wed, 22 Apr 2020 06:35:00 -0700 (PDT) Received: by mail-lj1-f171.google.com with SMTP id a21so2276635ljb.9 for ; Wed, 22 Apr 2020 06:35:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=pwgK4r7Se80gLCKI3eJhQ02k/o+1mOIIg4/nBVgVyMk=; b=kRu2VRtaAKHGWZEpBAtHeLgrT6nIa978xi/jMwB67aZaTFfERobKxZQtCIoIv5PQGi TGGWq0+0vB4y360pv0Dqapv/rKhfIGaCU2mrgj1gtLFuW0hjS2LpFCjoHf5GnMe25lz4 gdVBxsCmYaBM7PUpQVNee/4Dqt5lfrhLJutzXSiVhRFW5sFum0HegYdaVCo4OyHdlDVE a9KcVN13Tn5qIBTbW60Rg0m2UfMzNzqCxgUQ7SpFIRNItTQvLHe1mjrnd1VO3niwXnpX h5WRl91PPC0qnSHQLm6GfWdHjqQv0lOVf8nVGa1K8ZwJd9Dc022nVm7HOF1lBDyYe3ip 0OAw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=pwgK4r7Se80gLCKI3eJhQ02k/o+1mOIIg4/nBVgVyMk=; b=tPmb8+yN6tYvgUff5GLWuwxWHLNZdMYqJA+86nztX1nwqF1CJeFWgRkkOG5+/g59EU Wy6PENQIhyASa8mn9MYLHFdloQWvGvnO71PRMS+jVQRSmlSAZm5LlXPJky87yhJ6Oed9 FzOoyX2WOhd8rZqbPEDJSsAnylRqJJJJv7NY8SQtULnnHZWKp1RYkbBjIYx61sBWUjmu RK+m+IeCnmbPJV8KRm6UrQem83i0l/dbDya2gma3KEi6uBHTOCCU1mOJ18VcvZU5Zujf suXE5hDObHRycMfqqhDJQtMJDm8nxeM6UB4E2SMt3l2ftHvxgxD+v50X/yNQxEJD8LAc VkQQ== X-Gm-Message-State: AGi0PubeEqCu5TVDfsm+O/biPooR9a+HgsThV1to/DgS0MMMgf9ozpyc ztlOdk21Mu90fXBRKY17tMyYHtYvFXAxQb4Bvew= X-Google-Smtp-Source: APiQypILUJuv1E6hkjDx45HukW2X5k0X5h5nUFPqhpPteUqfd0swhVNgGe86yxHd9Gg3fG/DBe7PcdToEPLP88PUbvc= X-Received: by 2002:a05:651c:39b:: with SMTP id e27mr9863944ljp.145.1587562497515; Wed, 22 Apr 2020 06:34:57 -0700 (PDT) MIME-Version: 1.0 References: <5e977484.1c69fb81.cbabb.03c6SMTPIN_ADDED_MISSING@mx.google.com> In-Reply-To: Date: Wed, 22 Apr 2020 15:34:41 +0200 Message-ID: To: Guilliam Xavier Cc: =?UTF-8?B?TcOhdMOpIEtvY3Npcw==?= , "G. P. B." , PHP Internals List Content-Type: multipart/alternative; boundary="000000000000b9259e05a3e132a3" Subject: Re: [PHP-DEV] Re: [RFC] [DISCUSSION] Locale-independent float to string cast From: nikita.ppv@gmail.com (Nikita Popov) --000000000000b9259e05a3e132a3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, Apr 22, 2020 at 10:53 AM Guilliam Xavier wrote: > On Tue, Apr 21, 2020 at 10:01 PM M=C3=A1t=C3=A9 Kocsis > wrote: > > > > That said, we'd like to open the vote on Thursday, unless serious > concerns > > arise > > in the meanwhile. > > > > Cheers, > > M=C3=A1t=C3=A9 > > Hi, thanks for the work, > > Shouldn't the RFC mention the open question of printf formats %e/%E > and %g/%G (and possible %H)? > I've started a separate thread to discuss related improvements to printf(). I believe the printf() improvements are useful independent of the outcome of this RFC, and don't need to block this RFC from going forward. Regards, Nikita --000000000000b9259e05a3e132a3--