Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28736 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52008 invoked by uid 1010); 11 Apr 2007 23:31:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51991 invoked from network); 11 Apr 2007 23:31:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Apr 2007 23:31:16 -0000 Authentication-Results: pb1.pair.com header.from=lists@block-online.eu; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lists@block-online.eu; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain block-online.eu from 81.169.146.246 cause and error) X-PHP-List-Original-Sender: lists@block-online.eu X-Host-Fingerprint: 81.169.146.246 em-p07-ob.rzone.de Solaris 10 (beta) Received: from [81.169.146.246] ([81.169.146.246:60796] helo=em-p07-ob.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 14/30-43628-E5F6D164 for ; Wed, 11 Apr 2007 19:29:35 -0400 Received: from post.webmailer.de (teg.store [192.168.40.117]) by bjorn-em-01.store (RZmta 5.5) with ESMTP id B071a4j3BJJq4P for ; Thu, 12 Apr 2007 01:29:31 +0200 (MEST) Received: (from httpd@localhost) by post.webmailer.de (8.13.6/8.13.6) id l3BNTVnK000581 for internals@lists.php.net; Thu, 12 Apr 2007 01:29:31 +0200 (MEST) Date: Thu, 12 Apr 2007 01:29:31 +0200 (MEST) Message-ID: <200704112329.l3BNTVnK000581@post.webmailer.de> X-Authentication-Warning: teg.store: httpd set sender to lists@block-online.eu using -f To: internals@lists.php.net X-Priority: 3 X-Abuse: 109444 / 84.63.190.39 X-RZG-MBID: 00HmG4eiyu2pxioG MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-RZG-CLASS-ID: em07 Subject: php feature From: lists@block-online.eu ("Oliver Block") Hello, did you ever discuss a feature like 'application variables'? What I mean is= that a bunch of scripts builds a logic application which is e.g. able to = share variables. While session variables can be used to store values betwee= n script files for a single user , 'application variables' store values wit= hin the whole application and not only for a single user. Regards, Oliver