Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118436 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 71084 invoked from network); 18 Aug 2022 05:31:57 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 18 Aug 2022 05:31:57 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 76B18180384 for ; Thu, 18 Aug 2022 00:35:41 -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=1.0 required=5.0 tests=BAYES_50, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE 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-f43.google.com (mail-ej1-f43.google.com [209.85.218.43]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Thu, 18 Aug 2022 00:35:40 -0700 (PDT) Received: by mail-ej1-f43.google.com with SMTP id k26so1703433ejx.5 for ; Thu, 18 Aug 2022 00:35:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:subject:references:in-reply-to:message-id:to:from:date :x-gm-message-state:from:to:cc; bh=7WFq2+bDOs8vjM7wJ7fvIoFke0/qKXSlklXQOcD3eNY=; b=k/UZwMWpCFK2gAnBVgoz6L9G8ohhFqhpNxF1fJBVONrlGJ69uOTU2fPOpQ+u3eIL7t 2GsrVlPbRYiCb9mSS5pQvdetTD1TicuB7RIe92M4opCnybYkwlYVKGenoMQVKTRri/u2 VeZdYX42JWXrM1aWDrhsscyc47cAB1bT3O2uhRgJECyy7Er6kM7P7rtkdCH7s/WN9tYA 5fE7NPMvjOgrGMj873kqCs9JOcS+gmQhtB375DxaXJx0NPXEdQmr9Y85jFoARSoP75QL yyrknuywk9XIgzhcnpKxmCdq9ir6vamGn+FU6pHh/4yTC75GhQQcNyIY6qm6SmEEOHy8 gc5w== X-Gm-Message-State: ACgBeo3tktb7+FL5iXlSz4pn4Qne+bm3yV9MEbsoRPQ0yPveRlfBZPvl l1qDMVD6RVGoeJ0V34aYkL0XndOVZ0ycci7x X-Google-Smtp-Source: AA6agR4ZZzPBvu7dKSkixWeQCXSE3xTZYBXs059V1vP80GRnX9geA7yeADQisf6nl5G3xg45LNLGQQ== X-Received: by 2002:a17:906:cc15:b0:731:6cc2:7a85 with SMTP id ml21-20020a170906cc1500b007316cc27a85mr1091092ejb.512.1660808139428; Thu, 18 Aug 2022 00:35:39 -0700 (PDT) Received: from [10.0.1.134] (static-37.1.83.89.yarnet.ru. [37.1.83.89]) by smtp.gmail.com with ESMTPSA id q25-20020a170906145900b007307d099ed7sm437560ejc.121.2022.08.18.00.35.38 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Aug 2022 00:35:39 -0700 (PDT) Date: Thu, 18 Aug 2022 10:35:32 +0300 To: internals@lists.php.net Message-ID: <874b598b-7d3b-45f2-b405-e59d61bdfd65@Spark> In-Reply-To: <0cc46f78-b120-493e-aa39-0aa21d0d47ab@Spark> References: <0cc46f78-b120-493e-aa39-0aa21d0d47ab@Spark> X-Readdle-Message-ID: 874b598b-7d3b-45f2-b405-e59d61bdfd65@Spark MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="62fdebc9_79e2a9e3_b072" Subject: [PHP 8.2] Add a filter flag FILTER_FLAG_NO_SCIENTIFIC From: sergey@php.net (Sergey Panteleev) --62fdebc9_79e2a9e3_b072 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hey internals, another feature requires a discussion =5B1=5D. I and Pierrick have discussed this, and if there are no flags that we hav= e not noticed preventing the merge, we plan to include this PR in PHP 8.2 before RC cycle is started. We would like to hear your thoughts about this issue. =5B1=5D=C2=A0https://github.com/php/php-src/pull/9338 =E2=80=94 wbr, Pierrick and Sergey --62fdebc9_79e2a9e3_b072--