Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:98002 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43091 invoked from network); 28 Jan 2017 11:59:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2017 11:59:50 -0000 Authentication-Results: pb1.pair.com header.from=netmo.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=netmo.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.171 as permitted sender) X-PHP-List-Original-Sender: netmo.php@gmail.com X-Host-Fingerprint: 209.85.161.171 mail-yw0-f171.google.com Received: from [209.85.161.171] ([209.85.161.171:34700] helo=mail-yw0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AD/9F-28703-5B78C885 for ; Sat, 28 Jan 2017 06:59:49 -0500 Received: by mail-yw0-f171.google.com with SMTP id w75so32869758ywg.1 for ; Sat, 28 Jan 2017 03:59:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=SbL33kQalaiuYW0QabnKVh0eP7BTylBJAZZAQ5vLQMU=; b=nfyvgQDVsYMjxS2J2TWoh/r2Vfgx8Lz5LkUFMaSvAch7VnbmrzPdbpZpypoaIQCPkJ K7fkgaIG5vuEfEM/bH6BZwot0w65gH+CyFe2OEwPxrbyVyIP39SAgdFd9+7fK6wwpPzb 668KiUuVxwcwmB8iFjb6r1+zQcdFyt4qW3j1sBPlWUd/WxgEJb6nvHq81alU6DVl/G+I Yz2AeZdoqpuPUCiOKv163Qqu1f16uWWGU5s46WPBXmg5Kc4UvhUAlOq0brHcHHi54UeS o2R7XXwaFHYhaz1vgQZR4vc72DbXw0OsmmW+klY6AiDYwn0Ctau4GftjgltcXg67dswu qP+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=SbL33kQalaiuYW0QabnKVh0eP7BTylBJAZZAQ5vLQMU=; b=sqpMaWcqd1HS78PhA/Ib6o7jmep+Y3ayWkHVugl9K7lo6OnH+SqecgVAxcV6+UiMUT EuqpNWnt5c7XsliQ2MoAUzPb7FC0cYEgI3XVA9mSArLH66h1IzTw1uDalnARcLYpbgrx wMLOXxyiapZ0mfLFh6Hwq4kp2wsIYyvcZNW058ODNzU/Bjj4EKcQFPlyID0eRadc2lcU DCGLlyuv6NX+c3mfouYyZSM6L2/3m693qnzi/9cPkaHzMqkw2DSUqRuTSi4VUNaF9Nqk zp6Qn1O4W4vNQDONQv4sRnbhBpMDK/guayXzxmbx8eCk24VhulavCVahUFRpGpsG/las 5b4g== X-Gm-Message-State: AIkVDXLHW9hdgx1rnHaJ3M3TWSlk04mgch0hD4xsL3ADGIKwvrjv6NncJDP7Di+EVqlr3keN4QSG2nSasLGxrg== X-Received: by 10.129.72.13 with SMTP id v13mr8872516ywa.22.1485604787057; Sat, 28 Jan 2017 03:59:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.129.128.71 with HTTP; Sat, 28 Jan 2017 03:59:46 -0800 (PST) In-Reply-To: References: <503add40-506e-f8e9-8a4f-59cecc429018@mabe.berlin> Date: Sat, 28 Jan 2017 12:59:46 +0100 Message-ID: To: Giovanni Giacobbi Cc: Marc Bennewitz , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a114dd09e9c068c0547265141 Subject: Re: [PHP-DEV] Allow "static" type From: netmo.php@gmail.com (Wes) --001a114dd09e9c068c0547265141 Content-Type: text/plain; charset=UTF-8 I completely agree with what you said. Static inheritance is wrong. Static members shouldn't be inherited. This is what I think and probably what you think too. But it's too late to fix this. I don't think it's worth changing the expectations of the users, which rely on inherited members to be compatible with those in super types. --001a114dd09e9c068c0547265141--