Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42600 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88206 invoked from network); 13 Jan 2009 12:09:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jan 2009 12:09:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.94.239.7 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.7 mail.jdi-ict.nl Linux 2.6 Received: from [82.94.239.7] ([82.94.239.7:46652] helo=mail.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CA/56-42308-A848C694 for ; Tue, 13 Jan 2009 07:09:47 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id n0DC9eeR001497; Tue, 13 Jan 2009 13:09:40 +0100 Date: Tue, 13 Jan 2009 13:09:40 +0100 (CET) X-X-Sender: derick@kossu.ez.no To: Stefan Walk cc: =?UTF-8?Q?David_Z=C3=BClke?= , Alexey Zakhlestin , troels knak-nielsen , PHP Developers Mailing List In-Reply-To: Message-ID: References: <98b8086f0901130132l15eb4cc5kb85fa7ab557cbd2e@mail.gmail.com> <3EBA2845-3D80-4E2A-9A32-CB49949A4E29@bitextender.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-1477018226-1231848580=:10298" Subject: Re: [PHP-DEV] $_GET['a.b.c'] From: derick@php.net (Derick Rethans) --8323329-1477018226-1231848580=:10298 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Tue, 13 Jan 2009, Stefan Walk wrote: > On 13 Jan 2009, at 11:36, David Z=C3=BClke wrote: >=20 > > Am 13.01.2009 um 11:09 schrieb Alexey Zakhlestin: > >=20 > > > On Tue, Jan 13, 2009 at 12:32 PM, troels knak-nielsen > > > wrote: > > > > In a recent mail, some kind of issue regarding queryparams was > > > > mentioned (Possibly related to namespaces). Could anybody explain w= hat > > > > the issue is, or point to where it's discussed? > > >=20 > > > Currently, php replaces dots in paramter-names with underscores. This > > > is a legacy of register_globals. > >=20 > > Sure? "foo|bar", "foo-bar" etc. don't get the same treatment... >=20 > Yes, but those are chosen knowing the consequences - for name=3D"foo" ...>, you get foo.x and foo.y from the browser, and those ar= en't > accessible via register_globals. Sure they are, through foo_x and foo_y. regards, Derick --=20 http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org twitter: derickrethans --8323329-1477018226-1231848580=:10298--