Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28738 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62943 invoked by uid 1010); 11 Apr 2007 23:58:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62928 invoked from network); 11 Apr 2007 23:58:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Apr 2007 23:58:56 -0000 Authentication-Results: pb1.pair.com header.from=php@hristov.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=php@hristov.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain hristov.com from 85.92.73.163 cause and error) X-PHP-List-Original-Sender: php@hristov.com X-Host-Fingerprint: 85.92.73.163 iko.gotobg.net Linux 2.6 Received: from [85.92.73.163] ([85.92.73.163:60013] helo=iko.gotobg.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/51-43628-E367D164 for ; Wed, 11 Apr 2007 19:58:56 -0400 Received: from e180056177.adsl.alicedsl.de ([85.180.56.177] helo=[192.168.179.37]) by iko.gotobg.net with esmtpa (Exim 4.63) (envelope-from ) id 1Hbmi6-00055K-7Z for internals@lists.php.net; Thu, 12 Apr 2007 02:58:46 +0300 Message-ID: <461D7638.4020104@hristov.com> Date: Thu, 12 Apr 2007 01:58:48 +0200 User-Agent: Thunderbird 1.5.0.8 (X11/20060911) MIME-Version: 1.0 CC: internals@lists.php.net References: <200704112329.l3BNTVnK000581@post.webmailer.de> In-Reply-To: <200704112329.l3BNTVnK000581@post.webmailer.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - iko.gotobg.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - hristov.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] php feature From: php@hristov.com (Andrey Hristov) 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. yes, you can use APC till some implements _APP and it gets accepted. > > Regards, > > Oliver > Andrey