Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51715 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61628 invoked from network); 16 Mar 2011 18:50:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2011 18:50:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=martinscotta@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=martinscotta@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: martinscotta@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:63351] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/70-58282-E66018D4 for ; Wed, 16 Mar 2011 13:50:22 -0500 Received: by vxb39 with SMTP id 39so1894698vxb.29 for ; Wed, 16 Mar 2011 11:50:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=8sgeNSh+hy2qh2SbaTJuY1FQN/l5w/6n6q1PoqDLXzc=; b=h09iU30y/8w7y5tdUeRmQo7LkMV80tgOvwK0bTU1tsx62HgsUlrFhOWjeBzxce3dvl eyRIqoiO4ZDWneTjim5zIQP68DZ5cD5ClG9V3ywR4SJTV6FMItvwHyg1JED3gzD6XNp8 CejXjGrNhRoae7Xob7FEox+JJ6T18b7ETfcg0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ZJGoe8Vt0jaWxj/qQasNIUnt8BA/XGSuz6ZRsnOUwd84xrget5mwltLbaP075IUPuc mgGQZdYIDJaDloNaduougRCXlrojgq+dutWJMf+7E57Dx8UaqO+Ne6CliMOuuEfj+6Qx IedtfcO0nnBGuP1jYGTCtU6Ch5cCHE13UQ4a4= MIME-Version: 1.0 Received: by 10.52.66.241 with SMTP id i17mr536730vdt.54.1300301419826; Wed, 16 Mar 2011 11:50:19 -0700 (PDT) Received: by 10.220.125.67 with HTTP; Wed, 16 Mar 2011 11:50:19 -0700 (PDT) Date: Wed, 16 Mar 2011 15:50:19 -0300 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary=20cf3079be0e3acce8049e9e0441 Subject: application variables From: martinscotta@gmail.com (Martin Scotta) --20cf3079be0e3acce8049e9e0441 Content-Type: text/plain; charset=ISO-8859-1 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 --20cf3079be0e3acce8049e9e0441--