Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41866 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50457 invoked from network); 12 Nov 2008 08:57:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2008 08:57:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=sv_forums@fmethod.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sv_forums@fmethod.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fmethod.com from 69.16.228.148 cause and error) X-PHP-List-Original-Sender: sv_forums@fmethod.com X-Host-Fingerprint: 69.16.228.148 unknown Linux 2.4/2.6 Received: from [69.16.228.148] ([69.16.228.148:38406] helo=host.fmethod.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6C/9B-07308-E5A9A194 for ; Wed, 12 Nov 2008 03:57:02 -0500 Received: from [83.228.56.37] (port=1657 helo=pc) by host.fmethod.com with esmtpa (Exim 4.69) (envelope-from ) id 1L0BX0-0001tN-6T for internals@lists.php.net; Wed, 12 Nov 2008 02:56:58 -0600 Message-ID: <8A27EBD21DD84880BEE7E163B221C449@pc> To: References: <03.10.53449.C0EC1C74@pb1.pair.com> <4919F4C0.4050202@dynom.nl> <2dedb8a0811111413n59bbec62md0e8fc5132a6db30@mail.gmail.com> <9557A9D87CD54647A2E7D307C6306DFE@pc> <7f3ed2c30811112324x25db373dg4faf12fddd28ecc7@mail.gmail.com> Date: Wed, 12 Nov 2008 10:56:42 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.fmethod.com X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - fmethod.com Subject: Re: [PHP-DEV] register globals -> PHP6 still replaces . in variables from outside From: sv_forums@fmethod.com ("Stan Vassilev | FM") > On Wed, Nov 12, 2008 at 03:57, Stan Vassilev | FM > wrote: >>> I don't see it would work with something like >>> import_request_variables() unless thats removed or extract(), which is >>> some of the reasons for this replacement feature afair. >>> >> >> There was never a need for the replacement to occur for the GPC >> superglobals. > > Isn't that fixed already? > I could have sworn seeing a commit from Ilia that allowed dots in the > superglobals (duplicating the key, one with dot and one with > underscore) some months ago...? > > -Hannes It's not fixed, if it was, it was not checked in. In the 5.3 nightly, foo.php?a.b.c = 10 shows up as $_GET['a_b_c'] in PHP Regards, Stan Vassilev