Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27697 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98435 invoked by uid 1010); 27 Jan 2007 19:50:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98420 invoked from network); 27 Jan 2007 19:50:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jan 2007 19:50:19 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.226 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.226 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.226] ([64.233.162.226:15932] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0E/67-32805-AFCABB54 for ; Sat, 27 Jan 2007 14:50:19 -0500 Received: by nz-out-0506.google.com with SMTP id k1so1089073nzf for ; Sat, 27 Jan 2007 11:50:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AbcsLMJqIryx4oObp+7OSdsxQIjkYTtz2zqxxCShD3C0nj17nxgLf7srVaGADQFJxPIx9S2bNZDA+ptblsZOiQlf3J2axShuY3tVEE4Eh1ruAX1HnTXGQjwLE5MeNSddMbLgc3LN/PNN+8Vj+VnxZD+ih/vGzVQQPUi85U8gCZg= Received: by 10.65.191.7 with SMTP id t7mr7056246qbp.1169927416220; Sat, 27 Jan 2007 11:50:16 -0800 (PST) Received: by 10.65.185.15 with HTTP; Sat, 27 Jan 2007 11:50:16 -0800 (PST) Message-ID: Date: Sat, 27 Jan 2007 20:50:16 +0100 To: "Andi Gutmans" Cc: "Sara Golemon" , internals@lists.php.net, "Andrei Zmievski" , "Dmitry Stogov" In-Reply-To: <005d01c74236$ee8d3fd0$6500a8c0@zend.2k> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <005d01c74236$ee8d3fd0$6500a8c0@zend.2k> Subject: Re: [PHP-DEV] Autoglobal CVs without silence -- Summary From: pierre.php@gmail.com (Pierre) On 1/27/07, Andi Gutmans wrote: > Btw, for people who truly need the Unicode support I actually do think we might want to consider requiring them to fetch the input > variables through a new API and/or object. I don't think we need to make it seamless if the "default" behavior we provide (whatever > that ends up being) isn't good enough... Amen. And know what? ext/filter provides all we need except the object interface, but I promise to come with a proposal+patch for it as soon as possible. --Pierre