Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14453 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63825 invoked by uid 1010); 30 Jan 2005 19:31:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 63810 invoked by uid 1007); 30 Jan 2005 19:31:03 -0000 Message-ID: <20050130193103.63809.qmail@lists.php.net> To: internals@lists.php.net Date: Sun, 30 Jan 2005 20:31:02 +0100 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <20050128223155.81436.qmail@lists.php.net> <5.1.0.14.2.20050128145327.04025190@localhost> <20050128233054.9657.qmail@lists.php.net> <20050128234649.27693.qmail@lists.php.net> <20050128235345.42569.qmail@lists.php.net> In-Reply-To: <20050128235345.42569.qmail@lists.php.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 217.229.60.225 Subject: Re: [PHP-DEV] Using Superglobals for variable variables works From: michael.virnstein@brodos.de (Michael Virnstein) one thing though. Will this behaviour change in future versions? I think it is somehow odd and inconsistent to not be able to use them with variable variables inside functions and methods. It's an unnecessary restriction and will keep ppl using the old $HTTP_*_VARS. I also see no reason for it to stay that way and i think it wasn't intended by the developers in the first place but turned out to be that way afterwards. So I hope it'll change, would make more sense. Regards, Michael