Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82770 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66406 invoked from network); 16 Feb 2015 01:40:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Feb 2015 01:40:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:47166] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/50-64410-47A41E45 for ; Sun, 15 Feb 2015 20:40:05 -0500 Received: by mail-ob0-f170.google.com with SMTP id va2so37521272obc.1 for ; Sun, 15 Feb 2015 17:40:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=F7970jN9uiRngt19vDjN0BPWlVWW6Cy6wvGSVrcM7nE=; b=XPJRX83fB+phZYJ33LOV6P9V9/UAZzmq8ZpvjS+igUnePBvUp+kj2PZlBLqRgXuRiE p99LAlVm2alDC4mqOL9Juu93kamPcJip4VMuMSfvRdtPNUi5AVz9fD0vFpAslMHSj1Zb qbuLZ/7qBWk/5f3+UOxnJk5xv0I2NOLRWdzZCPRI8mGsXAdOHJXyWA6+n2rqD6Idw47B rY2rKBiU/FYn1kYgpvo0adsssbCFZx+PgGXmNMF7M+AhX3u0RwbICsPFiI/4KclVIPa+ R8QwWT4qdx6Of5YbznvPMZAywTgOytXnjeFFN6AR7WeaTLlUjQs5BI5vvj1OrxDxktW8 EfXg== MIME-Version: 1.0 X-Received: by 10.202.201.71 with SMTP id z68mr13162085oif.32.1424050801492; Sun, 15 Feb 2015 17:40:01 -0800 (PST) Received: by 10.202.65.136 with HTTP; Sun, 15 Feb 2015 17:40:01 -0800 (PST) In-Reply-To: <54E12735.9090103@gmx.de> References: <54E0FBE0.10301@gmail.com> <54E12735.9090103@gmx.de> Date: Sun, 15 Feb 2015 17:40:01 -0800 Message-ID: To: Christoph Becker Cc: Patrick Schaaf , Rowan Collins , internals Content-Type: multipart/alternative; boundary=001a1134e8d42a6ee4050f2aaa80 Subject: Re: [PHP-DEV] A modest proposal: __contructStatic From: kris.craig@gmail.com (Kris Craig) --001a1134e8d42a6ee4050f2aaa80 Content-Type: text/plain; charset=UTF-8 > create the static instance Isn't that essentially a contradiction in terms? I can't help but feel that blurring the line between static and non-static classes/methods would cause more harm than good. 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. --Kris --001a1134e8d42a6ee4050f2aaa80--