Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63007 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12733 invoked from network); 14 Sep 2012 15:14:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2012 15:14:40 -0000 Authentication-Results: pb1.pair.com header.from=ralph@ralphschindler.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ralph@ralphschindler.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ralphschindler.com from 209.85.219.42 cause and error) X-PHP-List-Original-Sender: ralph@ralphschindler.com X-Host-Fingerprint: 209.85.219.42 mail-oa0-f42.google.com Received: from [209.85.219.42] ([209.85.219.42:40322] helo=mail-oa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/F0-02694-FD943505 for ; Fri, 14 Sep 2012 11:14:39 -0400 Received: by oagh2 with SMTP id h2so3173039oag.29 for ; Fri, 14 Sep 2012 08:14:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=p9MavypfNosJp1PkLRSFbSwF67FQ4DI/Ccw31BKaGME=; b=EnaQzTV44ndYmFfA24GRoEqHvQp0Ey7AySYntG88sk6sJzapLe7Wk4m8nXcAEhKLvr 0msLrPvOozbthXiCsarIO8FdlC0hlKSrd7EDL4ZZjcPdGoWxgriaOzCaGFTJgMIslpdn yYZr+Sm7Tn7a/BeaEfrW17WTswBTKgwSRvK+1vovFG5xvkatoEAuu2THzDh/WyD2LWdh gJOd255PdoScgCKL/5wMMoXkkuf1zAIKn+hisruoygM8K8lPfy0jqqfj98uxa5AdUDwG +D2aQ4igWciT29qRTlCkoSbWCKy1OopBoKwtXCHTwSnyknQQ846D0ejvyUhXs4tzWeLZ hF1w== Received: by 10.60.172.19 with SMTP id ay19mr3319485oec.68.1347635676117; Fri, 14 Sep 2012 08:14:36 -0700 (PDT) Received: from Ralphs-Mac-Pro.local (ip174-73-14-247.no.no.cox.net. [174.73.14.247]) by mx.google.com with ESMTPS id qd7sm2095820obc.5.2012.09.14.08.14.35 (version=SSLv3 cipher=OTHER); Fri, 14 Sep 2012 08:14:35 -0700 (PDT) Message-ID: <505349DA.1090801@ralphschindler.com> Date: Fri, 14 Sep 2012 10:14:34 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: Pierre Joye CC: internals References: <504F4D33.4070306@ralphschindler.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnzFRvpVK5IBM2FTRBuGj0rI+RwRda+Ty8/gzsouKZ0pbZxH8g/0QeT3PQsbZ5L0kTpfshJ Subject: Re: [PHP-DEV] [VOTE] ::class feature to resolve namespaced class names to scalars From: ralph@ralphschindler.com (Ralph Schindler) That is what I will do. What has become clear to me is that this feature does indeed have a lot of promise, and me working on it further to address new concerns (and directions) would not be wasted time. I will close the vote, clean up the patch to address new concerns, then bring this back to a vote again at a later date. -ralph On 9/14/12 1:11 AM, Pierre Joye wrote: > hi Ralph, > > Given the current discussions and the few votes, I would recommend to > move this RFC back to the discussion phase, clear the open questions > (syntax or other) again before moving back to vote. > > Cheers, > > On Tue, Sep 11, 2012 at 4:39 PM, Ralph Schindler > wrote: >> 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 >> > > >