Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89538 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77552 invoked from network); 3 Dec 2015 09:29:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2015 09:29:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.223.172 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.223.172 mail-io0-f172.google.com Received: from [209.85.223.172] ([209.85.223.172:33505] helo=mail-io0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/00-10512-19B00665 for ; Thu, 03 Dec 2015 04:29:54 -0500 Received: by iouu10 with SMTP id u10so76470451iou.0 for ; Thu, 03 Dec 2015 01:29:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zend-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=knAmtknu+xFAYSJ4MgyQyYURGXRLFwFJiT7MTti3Bh8=; b=PjWUz+Ap3GKNpgNw+y+pJr7m4tFkih7Ycu2bDYSXwJr+LG/3XFYKlErHmqrH9SFMgm b1aYFpVacJuOV8ehp/Naoa855vzfaMTIcSbKDdc3st6O3Gr4hkvJFoyus62ORuGIMisY OZf+82a7WZE285w73tf2HCSzRtOf2h2BFUODpYf+ucU5UAyTBSFs4sX+sNoA8lApfHy/ kk4y/sigRSe85ZL43jbTVS6L7YZfqz9vO0ZrVUmmz6liR0/aKnYPqmmhbdekdxjFyjLl 6B9NiHzZLOpFHlvHPdmv/6XJciK4p+kl/Gk+lZO04jUKd1i4Xv6oIsnzWnFZ7pb5U+kO Z+aA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=knAmtknu+xFAYSJ4MgyQyYURGXRLFwFJiT7MTti3Bh8=; b=OEZhXJ7/kqHMk6orHLk5V8TJpqY8BqGqdLXJbKVSgb+Z2PwbjG3KH/r3eSMl+4Lp/r CIVaBOvmVO/UNYYUEKkiZGJyu7zg0GrX7STTTPGmrp99c+p9iMj3OSGgT223PhLtJAgR CNLYtYYwdePOWDK4Ekj1JF7xzi6Bqs0NS01phFTEk+GoHRv8hFjTOjaNuL0tThfiZwbI oVO6d2HV5LPsV9FcRVZh6QX6VHfMgDs9y6Dwdywh8wlvEX6oN1g5fkTZfbpMkwOZQ4l1 6Ozw+j1WmGy2CzFBi0j1tC0uDdRSPALbU7mW0+YtmlHQ+lu1Uc5ImDVvqzB7mY2TWoTe q5rA== X-Gm-Message-State: ALoCoQmenduZOYfbsYsycr3rkASt0S5FMXdKrHoJUJpVX621yyor28omsWOtx46XCTZjN0aWtjdiL3oGY5dvhmDhe3cd+Ji7RD3pmmvaUMSte4zGov2GLhQL8r4Ho72g7I2iIE4Xn0ajP4T4BDyUsjkx3yCgBINVW21hVAwGBTX6JEMnH5cFT/k= MIME-Version: 1.0 X-Received: by 10.107.25.77 with SMTP id 74mr7843945ioz.196.1449134990441; Thu, 03 Dec 2015 01:29:50 -0800 (PST) Received: by 10.50.128.201 with HTTP; Thu, 3 Dec 2015 01:29:50 -0800 (PST) In-Reply-To: <20151020173602.GA92318@3006.local> References: <20151020173602.GA92318@3006.local> Date: Thu, 3 Dec 2015 12:29:50 +0300 Message-ID: To: Sean DuBois Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a113fd4c05659be0525fb0896 Subject: Re: [PHP-DEV] [RFC] [VOTE] Class Constant Visibility From: dmitry@zend.com (Dmitry Stogov) --001a113fd4c05659be0525fb0896 Content-Type: text/plain; charset=UTF-8 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 > > --001a113fd4c05659be0525fb0896--