Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4147 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96469 invoked by uid 1010); 23 Aug 2003 19:21:22 -0000 Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 96445 invoked from network); 23 Aug 2003 19:21:22 -0000 Received: from unknown (HELO p15138131.pureserver.info) (217.160.110.171) by pb1.pair.com with SMTP; 23 Aug 2003 19:21:22 -0000 Received: from mahono.de (p5087EC63.dip0.t-ipconnect.de [80.135.236.99]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by p15138131.pureserver.info (Postfix) with ESMTP id 889A634C037 for ; Sat, 23 Aug 2003 21:21:21 +0200 (CEST) Message-ID: <3F47BEA9.6000105@mahono.de> Date: Sat, 23 Aug 2003 21:21:13 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.4) Gecko/20030716 Debian/1.4-2.he-1 X-Accept-Language: de, de-at MIME-Version: 1.0 To: internals@lists.php.net X-Enigmail-Version: 0.76.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: feature request: user-defined superglobals From: php@mahono.de (Matthias Nothhaft) Hi Devs, is there a possibility to get a php function like declare_superglobal($_MYVAR); And then be able to use $_MYVAR as the existing superglobals ($_GET, $_SESSION, etc.) ??? I think, it would be a really nice feature! Is that a huge problem to get this work? Regards, Matthias