Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89580 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68970 invoked from network); 3 Dec 2015 16:09:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2015 16:09:24 -0000 Authentication-Results: pb1.pair.com header.from=dmitry@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=dmitry@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.213.171 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.213.171 mail-ig0-f171.google.com Received: from [209.85.213.171] ([209.85.213.171:36717] helo=mail-ig0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 23/7B-02069-13960665 for ; Thu, 03 Dec 2015 11:09:22 -0500 Received: by igcph11 with SMTP id ph11so14001908igc.1 for ; Thu, 03 Dec 2015 08:09:19 -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=VcyvoC8Qz8HvwNqP8hzo7MDZQ+qTLQsABDP07BOhOeY=; b=C9B9e/HmK7MIIHapHp5y7NYNN+rDa0ZdUl8DmXdRv/NyaKzMzWDwUNjCJXg8LQaSUl vYRczZPrxu7kvjZfxZNR2mIkE9SMOVL+3oMEgFy7b5HFXrqhWG7A7SqOv/6FYFX7WfeF 7gj9JkdPz/qTOoAK5+gqBOWBGiO1As5A7pAKGBtNetSuXMVMmHeoe9aTfRSosI0bsBpD n8fgqkmgiDbdJta5Ly0hLNOxm3bw7AwcU3/qtwyKXY7N1Pl01HRlqONcVc885yC8Zyqb eEf216zVXgxgRuBIrObLvQYBrNIXv0t59I27Q3eTHZ+GcrdIVy3tT94L8dTAg375/PQy Zo6w== 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=VcyvoC8Qz8HvwNqP8hzo7MDZQ+qTLQsABDP07BOhOeY=; b=AEXNVcegA9gzT8GUf7Nf3uxDPhX08UiJZM9fNu6nozZa8o+PV6frtmii7vFgmh7woR c45ufrtIW5P+Xv6nQmQvEIvsJzI4AcxXYkY4m7wfb5oWqgbJXtIsvZQcdonP5/HEEogp f2yU+ujiJtTqiH2l7j1t/CmmdM6ZlLxO/Dpfnx3DsJHmvo7mgI4oNkkNbgdpr6aU5egU RGb8FNktiiBJ1Pt5MkUVFllxjpcyYIQkOq2Jf0nVH0PESndSYdml98z/yZMSU07XwAbT mI0yANLM4xjjWeE0K3eOZEqEj08ERpU8rfTJkARRBqke/jkmWTJg4EvI3aUuzE6Q94rJ TVaQ== X-Gm-Message-State: ALoCoQnR2Gx0Q0rK3htZ1hxgghzmZtXrEa6U+IELkltuC7sGR8KzsfbOP9pikouTmrDZLWo6Bt9Ni4c9rxKO8J0r6+oLm55SvQZbkw1YISxuMtPvGkptj8TfOlSz7w7LrSZkEor3KPBB2kIlz5IWhCyo5Z0jNTrEScobl4VZdPAKaNaGniAo+HA= MIME-Version: 1.0 X-Received: by 10.50.36.69 with SMTP id o5mr10373089igj.3.1449158959069; Thu, 03 Dec 2015 08:09:19 -0800 (PST) Received: by 10.50.128.201 with HTTP; Thu, 3 Dec 2015 08:09:18 -0800 (PST) In-Reply-To: <20151203154644.GA61092@3006.local> References: <20151020173602.GA92318@3006.local> <20151203154644.GA61092@3006.local> Date: Thu, 3 Dec 2015 19:09:18 +0300 Message-ID: To: Sean DuBois Cc: PHP Internals Content-Type: multipart/alternative; boundary=089e013a0026fa9cf60526009c42 Subject: Re: [PHP-DEV] [RFC] [VOTE] Class Constant Visibility From: dmitry@zend.com (Dmitry Stogov) --089e013a0026fa9cf60526009c42 Content-Type: text/plain; charset=UTF-8 OK. thanks. I'll try to find time to do this on next week. In any case I'll give a chance to review the future patch. Somebody might get other good improvement ideas and we don't have to hurry now :) Thanks. Dmitry. On Thu, Dec 3, 2015 at 6:46 PM, Sean DuBois wrote: > 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 > > > > > > > --089e013a0026fa9cf60526009c42--