Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50433 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74522 invoked from network); 23 Nov 2010 11:05:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Nov 2010 11:05:56 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 ns.km36107.keymachine.de Solaris 10 (beta) Received: from [217.114.211.66] ([217.114.211.66:44382] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/C1-59959-310ABEC4 for ; Tue, 23 Nov 2010 06:05:56 -0500 Received: from [192.168.1.29] (ppp-93-104-39-55.dynamic.mnet-online.de [93.104.39.55]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id EED14464B5; Tue, 23 Nov 2010 12:05:51 +0100 (CET) To: Stefan Marr Cc: Felipe Pena , internals In-Reply-To: <21BCF2F0-09F0-44DA-A9CB-7DDB036E041D@stefan-marr.de> References: <21BCF2F0-09F0-44DA-A9CB-7DDB036E041D@stefan-marr.de> Content-Type: text/plain; charset="UTF-8" Date: Tue, 23 Nov 2010 12:05:48 +0100 Message-ID: <1290510348.2294.357.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Hold off 5.4 From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Tue, 2010-11-23 at 10:51 +0100, Stefan Marr wrote: > > On 23 Nov 2010, at 02:30, Felipe Pena wrote: > > > - Traits may not be ready yet for pre-release > > - see http://svn.php.net/viewvc?view=revision&revision=298348 > The listed todos where: > - Reflection API > That was implemented by Johannes as far as I remember. That is not 100% complete. I had an issue with Aliases and finding the original declaration or such. Will be done before we reach beta. > - support for traits for internal classes > - currently destroy_zend_class does not handle that case > For support of internal classes was no clear interest yet, so it never > got done. > Is that a show stopper? Can Traits be declared internally and the issue is only about using them? I think we can live without using traits for internal classes easily (as we can already do that by aliasing the methods internally ;-) ) Being able to provide traits might be interesting, but I don't see it as high priority task. johannes