Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94811 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95773 invoked from network); 3 Aug 2016 06:44:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Aug 2016 06:44:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=yohgaki@ohgaki.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=yohgaki@ohgaki.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ohgaki.net designates 180.42.98.130 as permitted sender) X-PHP-List-Original-Sender: yohgaki@ohgaki.net X-Host-Fingerprint: 180.42.98.130 ns1.es-i.jp Received: from [180.42.98.130] ([180.42.98.130:34565] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/B1-16060-1C291A75 for ; Wed, 03 Aug 2016 02:44:20 -0400 Received: (qmail 109133 invoked by uid 89); 3 Aug 2016 06:44:14 -0000 Received: from unknown (HELO mail-qk0-f178.google.com) (yohgaki@ohgaki.net@209.85.220.178) by 0 with ESMTPA; 3 Aug 2016 06:44:14 -0000 Received: by mail-qk0-f178.google.com with SMTP id p74so195752719qka.0 for ; Tue, 02 Aug 2016 23:44:13 -0700 (PDT) X-Gm-Message-State: AEkoouvfOhaDEcDIaikNXpXqBH8+PXFMTZCWyR24LH0bvgJxfDYZzqyII7JnVGjap/sWiNoXal0HQeMG7BjPfw== X-Received: by 10.55.131.198 with SMTP id f189mr82112420qkd.28.1470206648214; Tue, 02 Aug 2016 23:44:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.85.242 with HTTP; Tue, 2 Aug 2016 23:43:27 -0700 (PDT) Date: Wed, 3 Aug 2016 15:43:27 +0900 X-Gmail-Original-Message-ID: Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: [RFC][DISCUSSION] Add validation functions to filter From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi all, This RFC is to add validation functions and string validation filter. https://wiki.php.net/rfc/add_validate_functions_to_filter It also allows to define multiple filters for an input. i.e. You can apply multiple filter rules for an input. Comments are appreciated! Thank you! -- Yasuo Ohgaki yohgaki@ohgaki.net