Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95816 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78805 invoked from network); 8 Sep 2016 23:18:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2016 23:18:10 -0000 Authentication-Results: pb1.pair.com header.from=yohgaki@ohgaki.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=yohgaki@ohgaki.net; spf=pass; 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:59395] helo=es-i.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/28-61313-1B1F1D75 for ; Thu, 08 Sep 2016 19:18:10 -0400 Received: (qmail 71263 invoked by uid 89); 8 Sep 2016 23:18:05 -0000 Received: from unknown (HELO mail-qt0-f170.google.com) (yohgaki@ohgaki.net@209.85.216.170) by 0 with ESMTPA; 8 Sep 2016 23:18:05 -0000 Received: by mail-qt0-f170.google.com with SMTP id 11so32303636qtc.0 for ; Thu, 08 Sep 2016 16:18:04 -0700 (PDT) X-Gm-Message-State: AE9vXwMddceDCoLQmKuUJLgS/8AygkQm8YVUHcO4pliiDNRQ9gd1zJQFR7dVdYeo8VgpYZlyJF72kc9OkLVtgg== X-Received: by 10.237.53.157 with SMTP id c29mr587077qte.75.1473376678596; Thu, 08 Sep 2016 16:17:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.84.168 with HTTP; Thu, 8 Sep 2016 16:17:17 -0700 (PDT) In-Reply-To: References: <232F1604-2211-4351-B830-EDC958A25D6D@strojny.net> <2de35db0-9974-cc96-83dd-3d2dbd48f7f8@lsces.co.uk> <5b72e9da-068a-bc79-82c2-f36f723f42bb@gmail.com> <8E15A146-F5B6-41AA-8177-4DAA5ACB35C4@koalephant.com> Date: Fri, 9 Sep 2016 08:17:17 +0900 X-Gmail-Original-Message-ID: Message-ID: To: Stephen Reay Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC][VOTE] Add validation functions to filter module From: yohgaki@ohgaki.net (Yasuo Ohgaki) Hi Stephen, On Fri, Sep 9, 2016 at 8:12 AM, Yasuo Ohgaki wrote: > > Having > FILTER_VALIDATE_STRICT_FLOAT > and > FILTER_VALIDATE_FLOAT > would be problematic. I forgot to mention filter module uses 32 bit int for filter flags. It means we have only up to 31 filters. We don't have much space for new filter flags. Regards, -- Yasuo Ohgaki yohgaki@ohgaki.net