Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89576 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60793 invoked from network); 3 Dec 2015 15:46:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2015 15:46:50 -0000 Authentication-Results: pb1.pair.com header.from=sean@siobud.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=sean@siobud.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain siobud.com designates 104.236.58.159 as permitted sender) X-PHP-List-Original-Sender: sean@siobud.com X-Host-Fingerprint: 104.236.58.159 siobud.com Received: from [104.236.58.159] ([104.236.58.159:27990] helo=siobud.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/E9-02069-9E360665 for ; Thu, 03 Dec 2015 10:46:49 -0500 Received: from 3006.local (c-73-8-76-141.hsd1.il.comcast.net [73.8.76.141]) by siobud.com (Postfix) with ESMTPSA id 58906D7CED; Thu, 3 Dec 2015 15:46:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=siobud.com; s=mail; t=1449157607; bh=+URqOvtxIJftDK0RStiyJqbvPxWdwdraeDHsOr8SQJw=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=uTU4l+obJiBBsMTr0rw23N3LywpPznmx+iQYi1zaY69zj2VF+egcUPB4YNaJMVGye gDGhhCaM7E6y9QylZxxMzEE+dzoSlfC/Y8Z8G/1D/9LjejJDhJGN00Bn+JilkGFv4F hbL5kpK62XpCFSJtqnuXsr7gfZYKGTFC7qZE/QTo= Date: Thu, 3 Dec 2015 09:46:44 -0600 To: Dmitry Stogov Cc: PHP Internals Message-ID: <20151203154644.GA61092@3006.local> References: <20151020173602.GA92318@3006.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Subject: Re: [PHP-DEV] [RFC] [VOTE] Class Constant Visibility From: sean@siobud.com (Sean DuBois) Hi Dmitry! Thanks for the quickly reply. That is a bummer that the patch isn't gonna work! But yes, please go ahead and take it on! You don't have to show me the PR (I am happy with what ever you choose to do). There are some tests so once every passes I will be excited to see it merge :) On Thu, Dec 03, 2015 at 12:29:50PM +0300, Dmitry Stogov wrote: > Hi Sean, > > Although the RFC is accepted, the patch has to be significantly reworked. > Probably, it's going to be better and faster if I do it myself. > Let me know, if you are agree (I'll do this when I have time, and show you > PR before commit). > > Thanks. Dmitry. > > On Tue, Oct 20, 2015 at 8:36 PM, Sean DuBois wrote: > > > Hey list, > > > > Time for a simple RFC (in theory)! > > > > I would like to add visibility modifiers to class constants, and then > > as a nice added bonus give more info from the Reflection API (constants > > now are a dedicated class so nice things like doc comments) > > > > https://wiki.php.net/rfc/class_const_visibility > > > > thanks! > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > >