Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3798 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93438 invoked from network); 7 Aug 2003 13:19:29 -0000 Received: from unknown (HELO prp0.prp.physik.tu-darmstadt.de) (130.83.243.130) by pb1.pair.com with SMTP; 7 Aug 2003 13:19:29 -0000 Received: from prp0.prp.physik.tu-darmstadt.de (localhost [127.0.0.1]) by prp0.prp.physik.tu-darmstadt.de (8.12.3/8.12.3/SuSE Linux 0.6) with ESMTP id h77DJSE7020213; Thu, 7 Aug 2003 15:19:28 +0200 Received: (from swalk@localhost) by prp0.prp.physik.tu-darmstadt.de (8.12.3/8.12.3/Submit) id h77DJSlA020212; Thu, 7 Aug 2003 15:19:28 +0200 Date: Thu, 7 Aug 2003 15:19:28 +0200 To: Davey Cc: internals@lists.php.net Message-ID: <20030807131928.GA19201@prp0.prp.physik.tu-darmstadt.de> References: <20030807123647.61433.qmail@pb1.pair.com> <008b01c35ce3$3bc1bcf0$1601a8c0@andreywin> <20030807131513.90932.qmail@pb1.pair.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030807131513.90932.qmail@pb1.pair.com> User-Agent: Mutt/1.3.27i Subject: Re: [PHP-DEV] [Proposal] Idea for Application level variables From: swalk@prp.physik.tu-darmstadt.de (Stefan Walk) On Thu, Aug 07, 2003 at 02:15:12PM +0100, Davey wrote: > Andrey, > This isn't quite as transparent as $_SESSION is and $_APPLICATION would > also not be a superglobal. What I would like to see at the end of this > is a $_APPLICATION variable (or $_APP? some poeple complained that > $_APPLICATION is too long) that behaves *exactly* like $_SESSION (in > assignment etc) except that its values are available not across > sessions but across applications and instances of applications. > > - Davey Check out this one: http://www.turcksoft.com/en/e_mmc.htm#api -- Regards, Stefan Walk