Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25735 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92721 invoked by uid 1010); 16 Sep 2006 16:03:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 92706 invoked from network); 16 Sep 2006 16:03:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Sep 2006 16:03:11 -0000 Authentication-Results: pb1.pair.com header.from=andrei@gravitonic.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=andrei@gravitonic.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain gravitonic.com from 204.11.219.139 cause and error) X-PHP-List-Original-Sender: andrei@gravitonic.com X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from [204.11.219.139] ([204.11.219.139:39635] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0B/2E-23155-E302C054 for ; Sat, 16 Sep 2006 12:03:11 -0400 Received: from [172.17.189.14] ([216.191.74.170]) (authenticated bits=0) by lerdorf.com (8.13.7/8.13.7/Debian-1) with ESMTP id k8GG2xCG004586; Sat, 16 Sep 2006 09:03:00 -0700 In-Reply-To: <20060916125431.42e9a5dd@pierre-u64> References: <20060916125431.42e9a5dd@pierre-u64> Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <3DA334BF-3C23-4831-82F6-7A56AD451CCE@gravitonic.com> Cc: internals@lists.php.net, derick@php.net, rasmus@php.net, ilia@prohost.org Content-Transfer-Encoding: 7bit Date: Sat, 16 Sep 2006 12:03:13 -0400 To: Pierre X-Mailer: Apple Mail (2.750) Subject: Re: [PHP-DEV] ext/filter, Final API proposal From: andrei@gravitonic.com (Andrei Zmievski) > * input_get > Gets variable from outside PHP or from a userland variable and > optionally filters it using one filter and its options or flags. It > accepts only scalar by default, array can be returned using > ALLOW_ARRAY. What about the charset parameter for input_get()? We'll need it for PHP 6 so having it for forward compatibility could be good. -Andrei