Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61108 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91175 invoked from network); 6 Jul 2012 22:06:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jul 2012 22:06:12 -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.213.170 cause and error) X-PHP-List-Original-Sender: ralph@ralphschindler.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:64189] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 79/1A-29419-35167FF4 for ; Fri, 06 Jul 2012 18:06:11 -0400 Received: by yenl12 with SMTP id l12so10370517yen.29 for ; Fri, 06 Jul 2012 15:06:08 -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=quKqDAUTlwupFKhZOt4ZbCYJZ9XKmRkwKdSYQ7YkzY8=; b=fXDFZfJckIausMLucPKztVy5iyyMYzLUEbcn1WRmogkKC5nfmfC3vhaxqvZAdmZhLQ cH7m/RkRdSMeLTA6Uss2Hr9L81ugfYwIAN9pJls2ol80n2cj/ejS/s1UL2HGcVGEDlBZ /You1Zk9dT5sRtkSxOfoXmjo5FmQPBrfZ1RWw1s5fjDnAW8HyphlB3gpywsAlYiLKyNt Tpw6f0etiEg3RDn12B/PNV2X0jVsQbbDPsjyVSVr+F9V8Dguh1wiYxX6D9dEsB4ziV8e gh3jVGxGHv4SS/PoKERpY0+7SInz0cjkY6C162Fskv1O9h+XZB62UFbaYxWB3t5tC454 Jc9w== Received: by 10.60.2.193 with SMTP id 1mr33189246oew.29.1341612368540; Fri, 06 Jul 2012 15:06:08 -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 sr3sm24313983obb.23.2012.07.06.15.06.07 (version=SSLv3 cipher=OTHER); Fri, 06 Jul 2012 15:06:07 -0700 (PDT) Message-ID: <4FF7614E.2050600@ralphschindler.com> Date: Fri, 06 Jul 2012 17:06:06 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: Nikita Popov CC: internals References: <4F89D4F1.8070009@ralphschindler.com> <4F8D843D.8070706@ralphschindler.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnrJlXGldZw+pEfZC3AwSV9llaF5ez3oLJ3TSu9eLTPbw9oUkaPwHvGl3eRkDwIwmLiuiza Subject: Re: [PHP-DEV] New Feature: Fully qualified class name resolution as scalar with class keyword From: ralph@ralphschindler.com (Ralph Schindler) I need to address Stas's concerns. Is there a particular time frame I should be aware of? -ralph On 6/19/12 12:19 PM, Nikita Popov wrote: > On Tue, Apr 17, 2012 at 4:54 PM, Ralph Schindler > wrote: >> I've also added an RFC page, any thoughts on improving the RFC? >> >> * https://wiki.php.net/rfc/class_name_scalars >> >> -ralph > > What's the state of this RFC? > > Nikita >