Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3800 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13691 invoked from network); 7 Aug 2003 13:53:47 -0000 Received: from unknown (HELO mail.wp-sa.pl) (212.77.102.105) by pb1.pair.com with SMTP; 7 Aug 2003 13:53:47 -0000 Received: from wp-sa.pl (it.wp-sa.pl [212.77.105.136]) by mail.wp-sa.pl (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTPS id <0HJ9009H859BC7@mail.wp-sa.pl> for internals@lists.php.net; Thu, 07 Aug 2003 15:53:35 +0200 (CEST) Date: Thu, 07 Aug 2003 15:50:41 +0200 In-reply-to: <20030807134501.9558.qmail@pb1.pair.com> To: Davey Cc: internals@lists.php.net Message-ID: <3F325931.4080401@wp-sa.pl> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: pl, en-us, en User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.4a) Gecko/20030404 References: <20030807123647.61433.qmail@pb1.pair.com> <008b01c35ce3$3bc1bcf0$1601a8c0@andreywin> <20030807131513.90932.qmail@pb1.pair.com> <20030807131928.GA19201@prp0.prp.physik.tu-darmstadt.de> <20030807134501.9558.qmail@pb1.pair.com> Subject: Re: [PHP-DEV] [Proposal] Idea for Application level variables From: wmeler@wp-sa.pl (Wojtek Meler) Davey wrote: > MMCache can be used as a session handler, but this still has the > pitfalls of the other solutions. > > If you were to implement $_APP(LICATION) as suggested, then it could > indeed (in theory) use MMCache, just as $_SESSION does > > - Davey As far as I understand you just want to have another superglobal variable, don't you? If so I have small patch witch allow to configure in php.ini names for additional superglobals. Regards, Wojtek