Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17559 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46691 invoked by uid 1010); 6 Aug 2005 13:50:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 46676 invoked from network); 6 Aug 2005 13:50:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2005 13:50:16 -0000 X-Host-Fingerprint: 69.60.120.90 iconoclast.caedmon.net Linux 2.4/2.6 Received: from ([69.60.120.90:51998] helo=iconoclast.caedmon.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 25/60-04646-710C4F24 for ; Sat, 06 Aug 2005 09:50:15 -0400 Received: from localhost ([127.0.0.1]) by iconoclast.caedmon.net with esmtp (Exim 3.35 #1 (Debian)) id 1E1P3J-00014T-00; Sat, 06 Aug 2005 09:49:29 -0400 Message-ID: <42F4C007.9050302@caedmon.net> Date: Sat, 06 Aug 2005 09:49:59 -0400 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ron Korving CC: internals@lists.php.net References: In-Reply-To: X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] custom superglobals From: sean@caedmon.net (Sean Coates) Ron Korving wrote: > Wouldn't it be a good feature to have users create their own superglobals? I realize that you're probably talking about creating custom superglobals in the PHP core, but you might want to look at Sara's Runkit project (in PECL). It allows custom superglobals. http://pecl.php.net/runkit (beware the segfaults (-; ) S