Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62949 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14005 invoked from network); 11 Sep 2012 14:39:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2012 14:39:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=ralph@ralphschindler.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ralph@ralphschindler.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ralphschindler.com from 209.85.214.170 cause and error) X-PHP-List-Original-Sender: ralph@ralphschindler.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:50421] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E3/74-24398-83D4F405 for ; Tue, 11 Sep 2012 10:39:53 -0400 Received: by obbwc18 with SMTP id wc18so899838obb.29 for ; Tue, 11 Sep 2012 07:39:50 -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:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=OIMc19eKClLxTgM69r8Pgvq7kockd2oiwCRtVh//oII=; b=OKw0kFbpi/e8M3a5EKlHOtwB0DNUd3vWcxz09TuH8aIRaXS7+qeHKqY0eChnHKsDYP GQgpqK5v/dKi/M0qcMwNZFtEP8qzQXE6JHPqPQSLkclvOYp+a60ReKX+gLnP9WDeNR++ Chy33agtKUfJdgBdF30mSZxYBN7Z9qNTQcQcMbreTGDDcp3A2ffylaJPTSR+O0hMnJIy QAhKHdcV3gnjWf/eoVrFBSblxV7AaAkeiyPJKyICIhBKU1CpYGJ+TadYJVkBx7D87M0w nTmVuWAsHGTxAxIbmzmIunnD+axlOwfl+lYiQpcjniWTUGQpdeHRFC8NhgOzVY1ZeL6a WyLg== Received: by 10.182.40.6 with SMTP id t6mr18550843obk.100.1347374390062; Tue, 11 Sep 2012 07:39:50 -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 o4sm12931910oef.11.2012.09.11.07.39.48 (version=SSLv3 cipher=OTHER); Tue, 11 Sep 2012 07:39:49 -0700 (PDT) Message-ID: <504F4D33.4070306@ralphschindler.com> Date: Tue, 11 Sep 2012 09:39:47 -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: internals Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlgfgyCUGWK34fwmXO5nc7RFZIvQ0Ze8aYOCFkNL1LhysUhHVk9shUTdpi1WpAsDUpnuSwD Subject: [VOTE] ::class feature to resolve namespaced class names to scalars From: ralph@ralphschindler.com (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