Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110069 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 17493 invoked from network); 7 May 2020 13:35:06 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 7 May 2020 13:35:06 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 19A751804C3 for ; Thu, 7 May 2020 05:10:32 -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-oi1-f178.google.com (mail-oi1-f178.google.com [209.85.167.178]) (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 ; Thu, 7 May 2020 05:10:31 -0700 (PDT) Received: by mail-oi1-f178.google.com with SMTP id t199so4950639oif.7 for ; Thu, 07 May 2020 05:10:31 -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=JCTcPD6jwoQ9tm7F9zG3jP6ZRP1PNpMr2A6on2+sMkc=; b=sHWa5decsQ564RgLEET/XRN8KGem6ejDKNf82yCkU2m6+uVDy/b5kRRcDt/JA8/ECJ meiHiUWcIkkKOROl3nQ1Hk7xsHGlR7JlDEY+alXzTfu4Axw2FElaogRJOmtWA8gRvUYd 7yLCpQAPuL1eMJ8rIKnlFL3IwedkASxSupNTD7lPmeG5JPBjtB48nFVfhUWvq54y0GAq DycTG5RUmIyPf7KkV6mtW6atYN2jut7Ma5t+Q4xgwFt5QHoxiMd07Hi/TDJ+a5ixR/dO W5kAMn6vXjMeYZ+h1b9cHX4TzuERCUzSrsLOlc6HyWP4Y0AdaQpIHOGIh+xA54/VznqM zefQ== 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=JCTcPD6jwoQ9tm7F9zG3jP6ZRP1PNpMr2A6on2+sMkc=; b=IojrzRi9bO6hYOtoAQ0roJJ7xB7SpVWAFlEuzgYZMhllOnJ3edQSfzBA/+PimIkQfW KFfuRoWzIXdjc1GzthmuNtAb3zUh09CfwLGke86c0l6EzKiBpVpp5ykauKXXj9xAnpAW 0O00fDsPVkVSq9nPYg3IgqsNgdlB4x7ppFW4pvfwL7izTj7FHud8guEPiLG3SfeIysCI qFoiH+xuMySxU5IR6jVeKXFBsJvwCTAjeHyqrKq+Ew93dV7k0wmORb0PNLnw0P3mMSBj fG6QEpXkXA1PDGghskmTcJLATEoWHqMdydhmxWniR7dTxh+bC5jJR4fMKft75k9tRR2v 1sqg== X-Gm-Message-State: AGi0PuZ5/1P/OORv6ikA9EFgjbWcJmzKFpqXSEfFRpfpgK3E9yA+WYmX l5qrg0hf4DkfMfS5BWteGdkV+pVHhfkJ7jC8cb4= X-Google-Smtp-Source: APiQypLfWv6uPFvv5EZG4RGQOstHLayP4pjnv5i6XBWo4y4FZRVWktNBb7OoK72MyPPi7BRdqdsn92UXfCVp/fUMvJc= X-Received: by 2002:a54:4e84:: with SMTP id c4mr6489906oiy.142.1588853429411; Thu, 07 May 2020 05:10:29 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 7 May 2020 14:10:18 +0200 Message-ID: To: =?UTF-8?B?TcOhdMOpIEtvY3Npcw==?= Cc: PHP Internals List Content-Type: multipart/alternative; boundary="00000000000042a20f05a50dc43a" Subject: Re: [PHP-DEV] Re: [RFC] [VOTE] Locale-independent float to string cast From: benjamin.morel@gmail.com (Benjamin Morel) --00000000000042a20f05a50dc43a Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Thank you Mate, this will be a very welcome change, that will naturally fix bugs such as this one , and probably others going unnoticed. Benjamin On Thu, 7 May 2020 at 14:02, M=C3=A1t=C3=A9 Kocsis = wrote: > Hi Internals, > > I'm pleased to announce that the Locale-independent float to string cast > RFC has been accepted with 41 votes in favour, and 1 vote against. > According to the result of the secondary vote, the > debug_locale_sensitive_float_casts ini setting won't be introduced. > > Cheers: > M=C3=A1t=C3=A9 > > M=C3=A1t=C3=A9 Kocsis ezt =C3=ADrta (id=C5=91pon= t: 2020. =C3=A1pr. 23., > Cs, > 10:10): > > > Hi Internals, > > > > We have just opened the vote on the Locale-independent float to string > > cast RFC. The voting will be open for two weeks, until 2020-05-07 12:00 > UTC. > > > > Link: https://wiki.php.net/rfc/locale_independent_float_to_string > > > > Cheers, > > M=C3=A1t=C3=A9 > > > > > --00000000000042a20f05a50dc43a--