Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28737 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57665 invoked by uid 1010); 11 Apr 2007 23:42:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57650 invoked from network); 11 Apr 2007 23:42:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Apr 2007 23:42:37 -0000 Authentication-Results: pb1.pair.com header.from=jarismar_silva@adplabs.com.br; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jarismar_silva@adplabs.com.br; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain adplabs.com.br from 200.162.106.162 cause and error) X-PHP-List-Original-Sender: jarismar_silva@adplabs.com.br X-Host-Fingerprint: 200.162.106.162 mail.adplabs.com.br Received: from [200.162.106.162] ([200.162.106.162:41756] helo=kafe.adplabs.com.br) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 21/01-43628-B627D164 for ; Wed, 11 Apr 2007 19:42:37 -0400 Received: from [10.159.1.169] (jarismar.adplabs.com.br [10.159.1.169]) by kafe.adplabs.com.br (Postfix) with ESMTP id EDC5248E1E; Wed, 11 Apr 2007 20:42:30 -0300 (BRT) Message-ID: <461D7267.40406@adplabs.com.br> Date: Wed, 11 Apr 2007 20:42:31 -0300 User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Oliver Block CC: internals@lists.php.net References: <200704112329.l3BNTVnK000581@post.webmailer.de> In-Reply-To: <200704112329.l3BNTVnK000581@post.webmailer.de> Content-Type: multipart/alternative; boundary="------------080402000404070607080504" X-ADPLabs-MailScanner-Information: Please contact your ISP for more information X-ADPLabs-MailScanner: Found to be clean X-ADPLabs-MailScanner-From: jarismar_silva@adplabs.com.br X-Spam-Status: No Subject: Re: [PHP-DEV] php feature From: jarismar_silva@adplabs.com.br (Jarismar Chaves da Silva) --------------080402000404070607080504 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I believe you can easily address this by using some non-volatile, application wide storage, like file system, or cookies. You can also implement a session handler and define some logic to load and save values from session in a transparent way. Oliver Block wrote: > 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 between script files for a single user , 'application variables' store values within the whole application and not only for a single user. > > Regards, > > Oliver > > -- **Jarismar Chaves da Silva*** **ADP****Labs** *+55 51 3327 1491 jarismar_silva@adplabs.com.br http://www.adplabs.com.br This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system. --------------080402000404070607080504--