Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41865 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41735 invoked from network); 12 Nov 2008 07:35:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2008 07:35:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=mark@dynom.nl; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mark@dynom.nl; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain dynom.nl does not designate 85.92.132.6 as permitted sender) X-PHP-List-Original-Sender: mark@dynom.nl X-Host-Fingerprint: 85.92.132.6 smtp1.duximus.nl Linux 2.5 (sometimes 2.4) (4) Received: from [85.92.132.6] ([85.92.132.6:32932] helo=smtp1.duximus.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/6A-07308-3278A194 for ; Wed, 12 Nov 2008 02:34:59 -0500 Received: by smtp1.duximus.nl (Postfix, from userid 501) id 93B0AB01B5B; Wed, 12 Nov 2008 08:34:38 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on dux03.duximus.nl X-Spam-Level: X-Spam-Status: No, score=-2.5 required=1.8 tests=AWL,BAYES_00 autolearn=ham version=3.1.9 Received: from localhost (dux03.duximus.nl [127.0.0.1]) by smtp1.duximus.nl (Postfix) with ESMTP id 29A39B01B4D; Wed, 12 Nov 2008 08:34:21 +0100 (CET) X-Virus-Scanned: amavisd-new at duximus.nl Received: from smtp1.duximus.nl ([127.0.0.1]) by localhost (dux03.duximus.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rH1TT1WivvVF; Wed, 12 Nov 2008 08:34:16 +0100 (CET) Received: from dux05.duximus.nl (unknown [85.92.132.30]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp1.duximus.nl (Postfix) with ESMTP id 90EE6B01B13; Wed, 12 Nov 2008 08:34:16 +0100 (CET) Received: from localhost ([127.0.0.1] helo=[192.168.0.52]) by dux05.duximus.nl with esmtpa (Exim 4.60) (envelope-from ) id 1L0AFQ-0003kE-Pi; Wed, 12 Nov 2008 08:34:44 +0100 Message-ID: <491A870E.1030209@dynom.nl> Date: Wed, 12 Nov 2008 08:34:38 +0100 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Hannes Magnusson CC: Stan Vassilev | FM , internals@lists.php.net References: <03.10.53449.C0EC1C74@pb1.pair.com> <4919F4C0.4050202@dynom.nl> <2dedb8a0811111413n59bbec62md0e8fc5132a6db30@mail.gmail.com> <9557A9D87CD54647A2E7D307C6306DFE@pc> <7f3ed2c30811112324x25db373dg4faf12fddd28ecc7@mail.gmail.com> In-Reply-To: <7f3ed2c30811112324x25db373dg4faf12fddd28ecc7@mail.gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] register globals -> PHP6 still replaces . in variables from outside From: mark@dynom.nl (Mark van der Velden) Hannes Magnusson wrote: > 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...? I do did read some code related to that, but I got the feeling that was purely for unicode related matters and I still see replacements. But perhaps I'm reading it wrong. If it has been changed, that would be excellent and it would be great if the documentation got an update also ( http://php.net/register_globals ) I was working on a patch, but I can't get PHP 6 compiled atm (tokenizer.c 'yycINITIAL' re2c v 0.13.5) > > -Hannes > - Mark