Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67617 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29636 invoked from network); 3 Jun 2013 17:29:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Jun 2013 17:29:50 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.179 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.128.179 mail-ve0-f179.google.com Received: from [209.85.128.179] ([209.85.128.179:61540] helo=mail-ve0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/56-21406-C82DCA15 for ; Mon, 03 Jun 2013 13:29:49 -0400 Received: by mail-ve0-f179.google.com with SMTP id d10so2985921vea.24 for ; Mon, 03 Jun 2013 10:29:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=pqu9iip07IUTihCxkG2HterY9oRt+NpjidN5OC3aOjI=; b=bGteLJMyL3EYIgKsfBuVMUVhXsr1QzIpOirf/xFUaturiKJXWmvh0c0fFz01K7al/w 9fBawLfpnZ14ESvBE7GX+zirdfB1FygOg175p5kqST/QYdyQ6icKf8Aw3AJFnPcAPqBk f3mDZjBAc4lhBESBSZzEwfxa2bAzJhkfGwCqrb6nKEAzzAwMbdxv1tNrnGbkc3x2SvbN t6nlYB+Pl3JZ9VhtBdO6AXATsdhUfRC9DpPBxQsXDL6PW+OnLUk5dn05WoLhpyYe0+1E Cu7xWoqp5Bg10gEawc6ykIjd8++Lz1s/Bc8OEEJUcTV5jVnqF04VcwYfLOlXdliQbeyw 4KZQ== MIME-Version: 1.0 X-Received: by 10.220.45.132 with SMTP id e4mr825811vcf.13.1370280585688; Mon, 03 Jun 2013 10:29:45 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.58.226.7 with HTTP; Mon, 3 Jun 2013 10:29:45 -0700 (PDT) In-Reply-To: References: Date: Mon, 3 Jun 2013 19:29:45 +0200 X-Google-Sender-Auth: F3b8egyjAeAEGvN_ha-hdkCogpY Message-ID: To: Nikita Popov Cc: Richard Quadling , PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Random Monday thought. From: kalle@php.net (Kalle Sommer Nielsen) Hi Nikita 2013/6/3 Nikita Popov : > PHP does not support multiple inheritance. So no, this doesn't solve really > the issue. This is also why this makes a lot more sense to implement as an Interface as we can implement more than one per class, much like we do with ArrayAccess. -- regards, Kalle Sommer Nielsen kalle@php.net