Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3802 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49454 invoked from network); 7 Aug 2003 16:19:11 -0000 Received: from unknown (HELO fed1mtao02.cox.net) (68.6.19.243) by pb1.pair.com with SMTP; 7 Aug 2003 16:19:11 -0000 Received: from mandalore ([68.225.3.69]) by fed1mtao02.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20030807161908.JAUD7551.fed1mtao02.cox.net@mandalore> for ; Thu, 7 Aug 2003 12:19:08 -0400 To: Date: Thu, 7 Aug 2003 09:25:28 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal In-Reply-To: <20030807123647.61433.qmail@pb1.pair.com> Subject: RE: [PHP-DEV] [Proposal] Idea for Application level variables From: alan@aardwolfweb.com ("Alan Richmond") References: <20030807123647.61433.qmail@pb1.pair.com> ] Subject: [PHP-DEV] [Proposal] Idea for Application level variables I would love to see an application level superglobal. It's the one thing I miss about ColdFusion. Like with CF's shared-scope variables, locking will be key, to avoid corruption. (Reading while being written to.) I'm currently using PEAR Cache_Lite with a named group to emulate but it lacks ease of use. -Alan