Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:118735 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 9479 invoked from network); 3 Oct 2022 20:42:04 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 3 Oct 2022 20:42:04 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 89D381804BA for ; Mon, 3 Oct 2022 13:42:03 -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_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM, 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-ua1-f45.google.com (mail-ua1-f45.google.com [209.85.222.45]) (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 ; Mon, 3 Oct 2022 13:42:03 -0700 (PDT) Received: by mail-ua1-f45.google.com with SMTP id i16so975530uak.1 for ; Mon, 03 Oct 2022 13:42:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=HRagTaTPN5HaSHXWUzuh3jR1hkGVweF6GlL2Pjc3Obk=; b=nq3QJRWcmFcnfegGvibF7vvKq8zWS0aPOOO5EpqTxZn+4A+p0JaUxOZqGMA7QsRHz6 mI6+A/5yvWQd6EgvekK4y179fUeH/RtxuNKaDgFNypsjcKA9ut3zY0KlRbXOt27shASC HpBLEuiR5UHattMMgkvSWIAJ1bUI428a8jFRV9tc/YydUN0CV98ksgMOQy+5vSsROaOC JDKLwJRnqtIhBdYNDQzaDxUWtGOl05NbZT9S5Hcxs/uBR2/+adULt7YN6/CHajvU+xYp 5TQw9KfVaQ9/KT8QNoYyNRvHrF4h9l7uPAX/PlzPU0dxH4cuNiG+fWf5wnBffPFsg//+ GEWA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=HRagTaTPN5HaSHXWUzuh3jR1hkGVweF6GlL2Pjc3Obk=; b=sX6HyzccxkhRGK4KczVtQbM5trUiZCQFyKi2xioNLZiLZ3IcppUyRBEMqQeLo3hFEn BEXHVS5QNe9cBTNtPYuqGjkDnX50jieqOPoPiCsrvg80bmvbZ2eoWuHgm7ELavqdCSkv IKBnqfGl+ZO61ci130SuGaI2cgPW9w5dPTxT6X+74ndLB0tEb8euXgV/bCPazpATJ0Mw G3ngGoh0B4kV6f3bsjP05fF+ZqnyNf1OcOnSPxmQCUeTBRjrx8K/wO+mQxGO/+SsZ0F1 oVCortwpMbBC8785WnZzp5w0caeFCHn7tDZxNbJVR5GAzDPZnWNJx8z6/d9hBFnDWUOy +p5w== X-Gm-Message-State: ACrzQf0rx4r92DGPUayRcFgU7HXFrrL0iCM7YlFqTIRLVzYQpRfD8D5Y HK2ofpTToBIjjv6dhJiVq7a1B3qq/FmRD19uwB4W0eMFYpo= X-Google-Smtp-Source: AMsMyM5THOoL9SJUjAbPxxCIgi3EjzqPTcJYUQ1aYq2lKcDFqu/anncNm0wAKU9nykbUg2f2rIOU0g/SNSaipYY0Df4= X-Received: by 2002:ab0:3152:0:b0:3d6:5d2:bf43 with SMTP id e18-20020ab03152000000b003d605d2bf43mr7250475uam.10.1664829722415; Mon, 03 Oct 2022 13:42:02 -0700 (PDT) MIME-Version: 1.0 References: <0cfb9a7b-1168-42ef-ae1a-bdc72210de43@app.fastmail.com> In-Reply-To: Date: Mon, 3 Oct 2022 17:41:51 -0300 Message-ID: To: Rowan Tommins Cc: internals@lists.php.net Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Sanitize filters From: dev.juan.morales@gmail.com (juan carlos morales) My 2 cents on this. We should keep what is web related IMO. It does not make any sense to take things out, that later everyone will write by its own, or end up using a 3rd party package. PHP should have what is web related already to be use. Another different thing is the naming, the implementation code, etc. An RFC documenting each case would be very helpful, to centralize the ideas on each case, instead of scrolling the mailing list. Cheers.