Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41863 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38268 invoked from network); 12 Nov 2008 07:24:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2008 07:24:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.146.180 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.146.180 wa-out-1112.google.com Received: from [209.85.146.180] ([209.85.146.180:38061] helo=wa-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/A9-07308-BB48A194 for ; Wed, 12 Nov 2008 02:24:43 -0500 Received: by wa-out-1112.google.com with SMTP id j32so159652waf.7 for ; Tue, 11 Nov 2008 23:24:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ZBIzoVyOhWzqxuwd5oKgq42awHl+sBUXVOYtM1Mw/gk=; b=tvJTra5VFQmJ5jJWVsYdpCPbLjLkKx7bxTeBR0KUakgBBXwyKV8rvtLKCPlUb5YQ2A zm1kg/F4wn+iQGAclJBjVmcx4NTj+5XkAsS5sG3LGistltv3rjbDWM/gMrQzgOIhm4eH H+a8ulm3UTPC2AJ4ZYv1/SFDEeo3tm+Wwq3KQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Hxc/fsup+n0nyg51NOxb6B0jQdF6I7yy7Gng9hpCF/vlMxhvIBMhsSsjDHYI97avuB wcVJgODko9kKCzHhBSn5ypKY38RGfi1Syr8wL+HMc7q44CGqhhJY+90GXmOX6e2EDQrU 8sSL4thTNLPNn26TZ4qjtgM/4XayZbuFjPs0g= Received: by 10.114.148.2 with SMTP id v2mr5995318wad.169.1226474679665; Tue, 11 Nov 2008 23:24:39 -0800 (PST) Received: by 10.114.148.19 with HTTP; Tue, 11 Nov 2008 23:24:39 -0800 (PST) Message-ID: <7f3ed2c30811112324x25db373dg4faf12fddd28ecc7@mail.gmail.com> Date: Wed, 12 Nov 2008 08:24:39 +0100 To: "Stan Vassilev | FM" Cc: internals@lists.php.net In-Reply-To: <9557A9D87CD54647A2E7D307C6306DFE@pc> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <03.10.53449.C0EC1C74@pb1.pair.com> <4919F4C0.4050202@dynom.nl> <2dedb8a0811111413n59bbec62md0e8fc5132a6db30@mail.gmail.com> <9557A9D87CD54647A2E7D307C6306DFE@pc> Subject: Re: [PHP-DEV] register globals -> PHP6 still replaces . in variables from outside From: hannes.magnusson@gmail.com ("Hannes Magnusson") 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