Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82786 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13927 invoked from network); 16 Feb 2015 07:41:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Feb 2015 07:41:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@bof.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=php@bof.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain bof.de designates 80.242.145.70 as permitted sender) X-PHP-List-Original-Sender: php@bof.de X-Host-Fingerprint: 80.242.145.70 mars.intermailgate.com Received: from [80.242.145.70] ([80.242.145.70:35576] helo=mars.intermailgate.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/85-05176-D0F91E45 for ; Mon, 16 Feb 2015 02:41:01 -0500 Received: (qmail 32610 invoked by uid 1009); 16 Feb 2015 08:40:58 +0100 Received: from 209.85.216.178 by mars (envelope-from , uid 89) with qmail-scanner-1.25-st-qms (clamdscan: 0.96.2/20064. spamassassin: 3.3.1. perlscan: 1.25-st-qms. Clear:RC:1(209.85.216.178):. Processed in 0.262936 secs); 16 Feb 2015 07:40:58 -0000 X-Antivirus-MYDOMAIN-Mail-From: php@bof.de via mars X-Antivirus-MYDOMAIN: 1.25-st-qms (Clear:RC:1(209.85.216.178):. Processed in 0.262936 secs Process 32596) Received: from mail-qc0-f178.google.com (gmail@bof.de@209.85.216.178) by mars.intermailgate.com with RC4-SHA encrypted SMTP; 16 Feb 2015 08:40:58 +0100 Received: by mail-qc0-f178.google.com with SMTP id p6so22934183qcv.9 for ; Sun, 15 Feb 2015 23:40:57 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.140.151.85 with SMTP id 82mr249969qhx.71.1424072457193; Sun, 15 Feb 2015 23:40:57 -0800 (PST) Received: by 10.140.104.65 with HTTP; Sun, 15 Feb 2015 23:40:57 -0800 (PST) Received: by 10.140.104.65 with HTTP; Sun, 15 Feb 2015 23:40:57 -0800 (PST) In-Reply-To: References: <54E0FBE0.10301@gmail.com> <54E12735.9090103@gmx.de> Date: Mon, 16 Feb 2015 08:40:57 +0100 Message-ID: To: Kris Craig Cc: internals , Rowan Collins , Christoph Becker Content-Type: multipart/alternative; boundary=001a113547bcf212a4050f2fb4ca Subject: Re: [PHP-DEV] A modest proposal: __contructStatic From: php@bof.de (Patrick Schaaf) --001a113547bcf212a4050f2fb4ca Content-Type: text/plain; charset=UTF-8 Am 16.02.2015 02:40 schrieb "Kris Craig" : > > I've never really done any work with Redis before so I'm also having trouble understanding the use case for this given that everybody's talking about this solely in the context of Redis. Ahem, it's not everbody, just me :) And the issue comes up in the context of redis because persistent connection without keeping around yet another global $myglobalredis, and ease of use to me in that concrete case. Yeah. I had a use case. That's all. I'll rest my case soon if there are no others. best regards Patrick --001a113547bcf212a4050f2fb4ca--