Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:100412 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45586 invoked from network); 6 Sep 2017 12:00:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Sep 2017 12:00:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=lists@rhsoft.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=lists@rhsoft.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain rhsoft.net designates 91.118.73.15 as permitted sender) X-PHP-List-Original-Sender: lists@rhsoft.net X-Host-Fingerprint: 91.118.73.15 mail.thelounge.net Received: from [91.118.73.15] ([91.118.73.15:36521] helo=mail.thelounge.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D6/54-10715-F63EFA95 for ; Wed, 06 Sep 2017 08:00:49 -0400 Received: from rh.thelounge.net (Authenticated sender: h.reindl@thelounge.net) by mail.thelounge.net (THELOUNGE MTA) with ESMTPSA id 3xnMbq1B8szXMT for ; Wed, 6 Sep 2017 14:00:39 +0200 (CEST) To: internals@lists.php.net References: <0C7F986C-B0BC-4315-98ED-B4FD003B9399@gmail.com> <2a4491b4-e6f5-4297-beec-363f373a93e6@lsces.co.uk> <3f8be7b1-0e59-21c6-4fe8-8299b2c05645@rhsoft.net> <6ba62d62-f1ab-9e7b-93f0-a1a9238c47a6@lsces.co.uk> <0db9cfa3-2b31-ee41-713c-889b7cc06406@lsces.co.uk> Message-ID: <98ddc3ce-6d15-91de-109e-f4aee46617ad@rhsoft.net> Date: Wed, 6 Sep 2017 14:00:38 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-CH Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] A validator module for PHP7 From: lists@rhsoft.net ("lists@rhsoft.net") Am 06.09.2017 um 13:52 schrieb Lester Caine: > The likes of ADOdb datadict are still used as a base for metadata in > projects, but PDO destroyed the standardisation that used to exist by > spawning a number of competing wrappers. https://github.com/ADOdb/ADOdb > has evolved from a private project to being supported by it's own > community and is worth reconsidering as a proper cross database standard > to build on. Validation rules simply build on that base frankly - why don't you realize that input validation DOES NOT turn around databases at all - databases and SQL injection are *just one* subset of it and not every application works with databases at all