Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40422 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27461 invoked from network); 10 Sep 2008 01:34:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2008 01:34:00 -0000 Authentication-Results: pb1.pair.com header.from=jbondc@openmv.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jbondc@openmv.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain openmv.com from 64.15.152.204 cause and error) X-PHP-List-Original-Sender: jbondc@openmv.com X-Host-Fingerprint: 64.15.152.204 mail.ca.gdesolutions.com Received: from [64.15.152.204] ([64.15.152.204:58591] helo=mail.ca.gdesolutions.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/FF-23799-40427C84 for ; Tue, 09 Sep 2008 21:33:56 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.ca.gdesolutions.com (Postfix) with ESMTP id C51435C4C for ; Tue, 9 Sep 2008 21:33:53 -0400 (EDT) X-Virus-Scanned: amavisd-new at gdesolutions.com Received: from mail.ca.gdesolutions.com ([127.0.0.1]) by localhost (mail.ca.gdesolutions.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7bXuWcZvQf3T for ; Tue, 9 Sep 2008 21:33:49 -0400 (EDT) Received: from jbondc (modemcable158.97-203-24.mc.videotron.ca [24.203.97.158]) by mail.ca.gdesolutions.com (Postfix) with ESMTP id C26F75C4B for ; Tue, 9 Sep 2008 21:33:49 -0400 (EDT) To: "'php-dev List'" Date: Tue, 9 Sep 2008 21:33:49 -0400 Message-ID: <005601c912e5$46a29280$d3e7b780$@com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0057_01C912C3.BF90F280" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AckS5UWOUIxVw268R3yFamVUidvSyw== Content-Language: en-ca Subject: PHP mixin RFC From: jbondc@openmv.com ("Jonathan Bond-Caron") ------=_NextPart_000_0057_01C912C3.BF90F280 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hi Everyone, I've started a new RFC about PHP and mixins: http://wiki.php.net/rfc/mixin Stefan has done some really interesting research with traits though I'm concerned about how intuitive it is. Good summary of how mixins and traits deal with conflict here: http://marc.info/?l=php-internals &m=120337784031746&w=2 Note: the rfc proposes to *not to* override any already defined methods. ------=_NextPart_000_0057_01C912C3.BF90F280--