Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:48651 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91717 invoked from network); 4 Jun 2010 12:13:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jun 2010 12:13:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=christian.kaps@mohiva.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=christian.kaps@mohiva.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain mohiva.com designates 78.46.69.5 as permitted sender) X-PHP-List-Original-Sender: christian.kaps@mohiva.com X-Host-Fingerprint: 78.46.69.5 zucker.schokokeks.org Received: from [78.46.69.5] ([78.46.69.5:52265] helo=zucker.schokokeks.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/A0-07323-5FDE80C4 for ; Fri, 04 Jun 2010 08:13:42 -0400 Received: from [192.168.178.2] (p57B56996.dip.t-dialin.net [::ffff:87.181.105.150]) (AUTH: PLAIN christian.kaps@mohiva.com, SSL: TLSv1/SSLv3,256bits,CAMELLIA256-SHA) by zucker.schokokeks.org with esmtp; Fri, 04 Jun 2010 14:13:38 +0200 id 0000000000018008.000000004C08EDF2.00000720 Message-ID: <4C08EDF5.5010307@mohiva.com> Date: Fri, 04 Jun 2010 14:13:41 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100410 Thunderbird/3.0.4 MIME-Version: 1.0 To: internals@lists.php.net References: <4C08E798.3080205@mohiva.com> <78233374-7407-4F68-B214-7BF8789BBCB7@stefan-marr.de> In-Reply-To: <78233374-7407-4F68-B214-7BF8789BBCB7@stefan-marr.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Traits From: christian.kaps@mohiva.com (Christian Kaps) That sounds good and I hope it will be included in the next release. Best regards, Christian > Hi: > > On 04 Jun 2010, at 13:46, Christian Kaps wrote: > > >> A short while ago there was a discussion about implementing Traits in >> the next PHP version. How is the status of this? >> > The code is committed to trunk, and thanks to the community there have already been some improvements and fixes for corner cases. > We even got some basic reflection capabilities, too. > > So, it is there. Now it is just a matter of defining a release and either including it or not... > > Best regards > Stefan > > PS: Snapshots are here http://snaps.php.net/ > > > >