Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40452 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86215 invoked from network); 11 Sep 2008 04:07:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2008 04:07:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=news@ger.gmane.org; sender-id=pass Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.2 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.2 main.gmane.org Linux 2.5 (sometimes 2.4) (4) Received: from [80.91.229.2] ([80.91.229.2:45151] helo=ciao.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/C9-30769-F8998C84 for ; Thu, 11 Sep 2008 00:07:44 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KddT2-0006YJ-8a for internals@lists.php.net; Thu, 11 Sep 2008 04:07:40 +0000 Received: from random-four-twenty-nine.mit.edu ([18.243.6.174]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Sep 2008 04:07:40 +0000 Received: from edwardzyang by random-four-twenty-nine.mit.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Sep 2008 04:07:40 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Thu, 11 Sep 2008 00:07:30 -0400 Lines: 6 Message-ID: References: <005601c912e5$46a29280$d3e7b780$@com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: random-four-twenty-nine.mit.edu User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: <005601c912e5$46a29280$d3e7b780$@com> Sender: news Subject: Re: [PHP-DEV] PHP mixin RFC From: edwardzyang@thewritingpot.com ("Edward Z. Yang") Jonathan Bond-Caron wrote: > http://wiki.php.net/rfc/mixin It seems to me that class_mixin() is a bad idea for the core; it's more of a runkit type functionality than traits. After all, we don't allow dynamic inheritance, or dynamic interfaces...