Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51717 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65105 invoked from network); 16 Mar 2011 19:05:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2011 19:05:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.210.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:61499] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/11-58282-AE9018D4 for ; Wed, 16 Mar 2011 14:05:15 -0500 Received: by iyb12 with SMTP id 12so2093693iyb.29 for ; Wed, 16 Mar 2011 12:05:12 -0700 (PDT) Received: by 10.42.141.10 with SMTP id m10mr514842icu.236.1300302312289; Wed, 16 Mar 2011 12:05:12 -0700 (PDT) Received: from [192.168.200.140] (c-76-126-236-132.hsd1.ca.comcast.net [76.126.236.132]) by mx.google.com with ESMTPS id q34sm96854ibu.40.2011.03.16.12.05.09 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Mar 2011 12:05:10 -0700 (PDT) Message-ID: <4D8109E3.80107@lerdorf.com> Date: Wed, 16 Mar 2011 12:05:07 -0700 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100713 Thunderbird/3.0.6 MIME-Version: 1.0 To: Martin Scotta CC: PHP internals References: In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] application variables From: rasmus@lerdorf.com (Rasmus Lerdorf) Martin, this is a mailing list for the development of PHP itself. It is not about userspace questions like this. Check out the php-general list for that where this question has been asked and answered numerous times. -Rasmus On 03/16/2011 11:50 AM, Martin Scotta wrote: > Hi experts! > > Is there any way to get application-level variables? > > This is mostly done using a DBMS, but that implies a lot requirements (a DB > engine, a table, etc) > > How do you share simple pair keys/values over an application? > > * session_id + session_name ? > * serialize over a raw file > > Cheers, > > Martin Scotta >