Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42599 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79299 invoked from network); 13 Jan 2009 10:42:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Jan 2009 10:42:48 -0000 Authentication-Results: pb1.pair.com header.from=stefan.walk@gmail.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=stefan.walk@gmail.com; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain gmail.com does not designate 130.83.156.232 as permitted sender) X-PHP-List-Original-Sender: stefan.walk@gmail.com X-Host-Fingerprint: 130.83.156.232 lnx503.hrz.tu-darmstadt.de Received: from [130.83.156.232] ([130.83.156.232:50452] helo=lnx503.hrz.tu-darmstadt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 26/E4-42308-7207C694 for ; Tue, 13 Jan 2009 05:42:48 -0500 Received: from fire02.rbg.informatik.tu-darmstadt.de (fire02.rbg.informatik.tu-darmstadt.de [130.83.160.8]) by lnx503.hrz.tu-darmstadt.de (8.13.8/8.13.8/HRZ/PMX) with ESMTP id n0DAghTe021268; Tue, 13 Jan 2009 11:42:43 +0100 (envelope-from stefan.walk@gmail.com) Received: from mail.rbg.informatik.tu-darmstadt.de (localhost [127.0.0.1]) by fire02.rbg.informatik.tu-darmstadt.de (8.13.8+Sun/8.13.8) with ESMTP id n0DAghHc004394; Tue, 13 Jan 2009 11:42:43 +0100 (MET) Received: from [10.162.96.15] ([10.162.96.15]) (authenticated bits=0) by mail.rbg.informatik.tu-darmstadt.de (8.14.3/8.14.3) with ESMTP id n0DAghq4004390 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 13 Jan 2009 11:42:43 +0100 (MET) Cc: Alexey Zakhlestin , troels knak-nielsen , PHP Developers Mailing List Message-ID: To: =?ISO-8859-1?Q?David_Z=FClke?= In-Reply-To: <3EBA2845-3D80-4E2A-9A32-CB49949A4E29@bitextender.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v930.3) Date: Tue, 13 Jan 2009 11:42:42 +0100 References: <98b8086f0901130132l15eb4cc5kb85fa7ab557cbd2e@mail.gmail.com> <3EBA2845-3D80-4E2A-9A32-CB49949A4E29@bitextender.com> X-Mailer: Apple Mail (2.930.3) X-PMX: seen v0.4 X-PMX-SPAMCHECK: outgoing mail: not checked Subject: Re: [PHP-DEV] $_GET['a.b.c'] From: stefan.walk@gmail.com (Stefan Walk) On 13 Jan 2009, at 11:36, David Z=FClke wrote: > Am 13.01.2009 um 11:09 schrieb Alexey Zakhlestin: > >> 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 =20= >>> what >>> the issue is, or point to where it's discussed? >> >> Currently, php replaces dots in paramter-names with underscores. This >> is a legacy of register_globals. > > Sure? "foo|bar", "foo-bar" etc. don't get the same treatment... Yes, but those are chosen knowing the consequences - for , you get foo.x and foo.y from the =20 browser, and those aren't accessible via register_globals. Best regards, Stefan=