Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62954 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84145 invoked from network); 12 Sep 2012 09:18:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Sep 2012 09:18:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=ab@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ab@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.73.107 as permitted sender) X-PHP-List-Original-Sender: ab@php.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:52334] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8F/96-42492-F7350505 for ; Wed, 12 Sep 2012 05:18:58 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 08C9B9145D9; Wed, 12 Sep 2012 11:18:53 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=3.5 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 Received: from webmail.klapt.com (h1123647.serverkompetenz.net [127.0.0.1]) by h1123647.serverkompetenz.net (Postfix) with ESMTP id 8C25B9145D2; Wed, 12 Sep 2012 11:18:51 +0200 (CEST) Received: from 178.2.25.116 (SquirrelMail authenticated user anatoliy@belsky.info) by webmail.klapt.com with HTTP; Wed, 12 Sep 2012 11:18:51 +0200 Message-ID: <3f2bdbf0ff44b01bab7d335f3204e68e.squirrel@webmail.klapt.com> In-Reply-To: <504F4D33.4070306@ralphschindler.com> References: <504F4D33.4070306@ralphschindler.com> Date: Wed, 12 Sep 2012 11:18:51 +0200 To: "Ralph Schindler" Cc: "internals" Reply-To: ab@php.net User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: [PHP-DEV] [VOTE] ::class feature to resolve namespaced class names to scalars From: ab@php.net ("Anatoliy Belsky") Hi Ralph, I've tested the feature/class_name_scalar in your repo on Windows. Both TS and NTS build and pass the test. Regards Anatoliy Am Di, 11.09.2012, 16:39 schrieb Ralph Schindler: > Hi internals! > > The ::class resolution proposal had significant discussion in April and > I've updated the patch to address issues that came up then. At this > point, I've gotten some positive feedback from various places and feel > its time to open it up for a vote to internals. > > RFC: https://wiki.php.net/rfc/class_name_scalars#vote > > PR: https://github.com/php/php-src/pull/187 > > Thanks, > Ralph > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >