Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110713 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 80657 invoked from network); 24 Jun 2020 14:53:03 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 24 Jun 2020 14:53:03 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0FEC71804FD for ; Wed, 24 Jun 2020 06:40:29 -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=-0.2 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,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-ej1-f50.google.com (mail-ej1-f50.google.com [209.85.218.50]) (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, 24 Jun 2020 06:40:28 -0700 (PDT) Received: by mail-ej1-f50.google.com with SMTP id n24so2522771ejd.0 for ; Wed, 24 Jun 2020 06:40:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=cby275RBTaCATsh+/5cW8A06oCAoZra2falaA6Ax9GA=; b=qWFPyiyznwRwatAh68DQ/+vUnSJvTNVztdns4hbw0rgjLZX10uG75ps7y0RTRrLWma kmOtP90x5jZbLAsE0bZlb1ayKle86WOiQyH5k3HzNjlSsACAYRc4BbqZLpLJu+wMw3Nr Z1b0+am6Z4npMGdySeNDysOQjGbphwVHUs60e+uUB1K96JLV1R+utfCA/3KRhLF7Ricn Bw9ZMXgonJYTlzXSSlhUZzq5C6mwJYCE8Z+fq4a2Un9xt8Z1JhNlRgR3LcYSnXbUot/i UEM8Ma5z4ayiayjXuTTmC+pfVNfYhac/8Mzmqxf+iAIsBpYfmi2MJCXlpVfP4eIjkqLr CioA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=cby275RBTaCATsh+/5cW8A06oCAoZra2falaA6Ax9GA=; b=BZqeaCRoqaDa2MEa0GfBHQ4n7wkXzyxJMC50y1p2e+jPJAJcsTFEZaOX+52iQoA6T+ fMK/y1ul34AETcJ0bvVPzk6clxcQFBwDdVb2xJrFOT4zaXKrthTXA+bZx8vpIy+F9glW PUixwUODBoDQs3OLyT1PLVgzgyYR2jH6JxWwEsdSNes322Ox71MPrH3yER2Es4LNd+u+ TwriGu9sgdsxHA+LXdNddaVTvq5MHETk+Fa6JZY+hSg517hRCtUNabw8zIJAziFPuFDS 7L+5nmaxGHzt9pGkUDk4DiBy4S0VtXtELnRvrZlx8I/75pAAMbIRpyK2JPU3TxFMeykv h2Kw== X-Gm-Message-State: AOAM533wV/A03Y6pXSKon90aJd+hrpTXkyo7L0f+p5hrZ9COZgWAKjkQ Nq7GbWGm1qKIvgjS+/e8FtwcKa4QYMQ+xWrH7nsHPLMgnFo= X-Google-Smtp-Source: ABdhPJx+dkO+9NF7nASnncRMWCSP3b5FNOSp84WGNkrFkgLJxTRTeklSLeYON+2y6anZLwWYFRvWxhGBLgK0mXN+9FE= X-Received: by 2002:a17:906:5e06:: with SMTP id n6mr24290487eju.504.1593006025804; Wed, 24 Jun 2020 06:40:25 -0700 (PDT) MIME-Version: 1.0 Date: Wed, 24 Jun 2020 15:40:15 +0200 Message-ID: To: PHP internals , Andrea Faulds Content-Type: multipart/alternative; boundary="0000000000004b118905a8d49e52" Subject: [RFC] Permit trailing whitespace in numeric strings (again) From: george.banyard@gmail.com ("G. P. B.") --0000000000004b118905a8d49e52 Content-Type: text/plain; charset="UTF-8" Greetings internals, I want to bring back the following RFC, written by Andrea Faulds, back to the discussion table: https://wiki.php.net/rfc/trailing_whitespace_numerics As she doesn't have time to move forward with it she allowed me to take it over. I've rebased her patch onto master in the following pull request: https://github.com/php/php-src/pull/5762 As the vote is mostly straightforward I intend on opening the vote in 2 weeks. Best regards George P. Banyard --0000000000004b118905a8d49e52--