Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28742 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77073 invoked by uid 1010); 12 Apr 2007 08:01:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77058 invoked from network); 12 Apr 2007 08:01:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Apr 2007 08:01:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=thefirstofall@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=thefirstofall@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.134.189 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: thefirstofall@gmail.com X-Host-Fingerprint: 209.85.134.189 mu-out-0910.google.com Received: from [209.85.134.189] ([209.85.134.189:2606] helo=mu-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 14/37-43628-367ED164 for ; Thu, 12 Apr 2007 04:01:40 -0400 Received: by mu-out-0910.google.com with SMTP id i10so537385mue for ; Thu, 12 Apr 2007 01:01:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=g8uRMS51OeKNticGI1sLB9hwJnrjaa/WKv7nodWLUpTfPwLJd1TTUfj4M4pfKrkDc2vT7Di0a9FvLQ6wXrSLOZu/pyxcddBFpaY/h6njQ8BuuZDZS4SpyHXwz12frxa7cJc3H+aG7Y97BUirIQHELspWqv9tq8MYd/3Ieq0abnk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=ciVksdKuArTvnixsY/6vRAHr3kCArfjmzkVFFyqYG+G3KTCNFDEWXq9kCfNXV25DzWdMx6dkOyNQuhxTylUhOZ51qqaGG9HjEBlveduCCVGEO7dbFSn2hCR0bUx6pwvWBuIU6W7Knj+aynoI9RuQumoueihJ3LdmCotpNZ2I9t4= Received: by 10.82.138.6 with SMTP id l6mr1978144bud.1176364896763; Thu, 12 Apr 2007 01:01:36 -0700 (PDT) Received: from ?152.66.147.9? ( [152.66.147.9]) by mx.google.com with ESMTP id i5sm1824742mue.2007.04.12.01.01.32; Thu, 12 Apr 2007 01:01:34 -0700 (PDT) To: Oliver Block Cc: internals@lists.php.net In-Reply-To: <200704112329.l3BNTVnK000581@post.webmailer.de> References: <200704112329.l3BNTVnK000581@post.webmailer.de> Content-Type: text/plain; charset=utf-8 Date: Thu, 12 Apr 2007 10:01:29 +0200 Message-ID: <1176364890.7077.8.camel@lena> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] php feature From: thefirstofall@gmail.com (Adam Banko) Hi, I use ORM for sharing data between application processes. I think it fits well this use case. I think some well-defined, community-wide interface would be more beneficial than any implementation. If PECL, PEAR, and other extensions could implement this interface then the user could freely choose any storage method without loosing focus of the higher level task. It would also help migrations from one storage to another. Adam 2007. 04. 12, csütörtök keltezéssel 01.29-kor Oliver Block ezt írta: > 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 >