Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89689 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67034 invoked from network); 7 Dec 2015 08:38:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Dec 2015 08:38:36 -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.213.182 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.213.182 mail-ig0-f182.google.com Received: from [209.85.213.182] ([209.85.213.182:32808] helo=mail-ig0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F4/9B-55814-98545665 for ; Mon, 07 Dec 2015 03:38:34 -0500 Received: by igcmv3 with SMTP id mv3so74078840igc.0 for ; Mon, 07 Dec 2015 00:38:30 -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=UqJY0sBOTv9niMFCRfUztjWKtazJr+1tCrQqibkRIvk=; b=aMJvq1bd0Q+CGBQkZIkEP+2OrsSgLYeVyxY7lDeKCPHKK2NCGFjZNygj48epf2nLGv x21/j7uAiRQu9/5wy0VyB+ohIO8KpqU8KA5YhfmNSu8xJnWB4DwF3xPKWtwqFh2lHqFa y2x92CJzvroC+bX7PkEBQHBDWTG7kzI7c7u98hfvs9PlgJ2BVupmSKF5c7szkY9ifnMi WOJuFuixygMJKERFaNEXP2vdE9YClfSIz3xpejrAyqXFVVoULnHmEKEycboo9MPKLZga hXAkFHqq1/XrkWllDAHxNvJFsWLbdZJfBqNfVpypq+we6CubFU0zYPGBUWYnLxmUk0NS J9Zw== 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=UqJY0sBOTv9niMFCRfUztjWKtazJr+1tCrQqibkRIvk=; b=SIl9+AfnzWEVW7q83hFuOe3a/L9r9wkvnMItOTOCcsgxiiDSV3KfsYMlLQ8XWAzuVT 7wlJp6LAOKDfQ6NKqg8UZnXrWDT/nUy6uNRegs3MPv2gp+6p+xl0wOCjkz92QS1b2xJL y7Ph/OdA25kyDNFM1wZMzxYavjI7HHH1oTn/GK189JGF7B6WL368NsK6QPe+5l9iAbz8 +1uLNhjKPWRANqENbm0rkDO+wfVRHZjXzL1Fc2s9hLWPQWBEWMIUo8MCdVjjo/6EMNtE mTjQqASeQnnYDEDbntwXK3jW8WLAU6BrDMu6FOWSvQ06hP86qAPH+lJrLn4/nXos5Rqe 7c/A== X-Gm-Message-State: ALoCoQlmSk/umqpmWeOet4Gg9MHERjK15141Li+qDQE2yo9GQ3ZnK6Xna44hqSOqzVwnM2zSLCImmTqRFr0xX2L70eWyEqsAFMIblumk4UiwNdt8PHwVOcDwMfLZTRHd4ThPAvbGeVkYvJZs+/S32j9vcm1T0XT+V0b06eW16kV+7/rix4TSnma656eqxpr+chZPXFYWnBmcmId/e6N+nbBTEXsy5XIi/A== MIME-Version: 1.0 X-Received: by 10.50.132.98 with SMTP id ot2mr669399igb.3.1449477509859; Mon, 07 Dec 2015 00:38:29 -0800 (PST) Received: by 10.50.128.201 with HTTP; Mon, 7 Dec 2015 00:38:29 -0800 (PST) In-Reply-To: References: <20151020173602.GA92318@3006.local> <20151203154644.GA61092@3006.local> Date: Mon, 7 Dec 2015 11:38:29 +0300 Message-ID: To: Sean DuBois , Nikita Popov , Xinchen Hui , reeze xia Cc: PHP Internals Content-Type: multipart/alternative; boundary=047d7b2e3d7e15f12205264ac8ab Subject: Re: [PHP-DEV] [RFC] [VOTE] Class Constant Visibility From: dmitry@zend.com (Dmitry Stogov) --047d7b2e3d7e15f12205264ac8ab Content-Type: text/plain; charset=UTF-8 Hi Nikita, Thanks for code review. All the reported issues should be fixed now. Thanks. Dmitry. On Sat, Dec 5, 2015 at 3:02 AM, Dmitry Stogov wrote: > I've reworked your patch https://github.com/php/php-src/pull/1662 > Actually, you patch was really good. I just re-factored one base > data-structure "mistake" and fixed another obvious mistake in reflection. > Anyway, this needs to be re-viewed by others. I'll do it myself on next > week :) > > Thanks. Dmitry. > > > On Thu, Dec 3, 2015 at 7:09 PM, Dmitry Stogov wrote: > >> 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 >>> > > >>> > > >>> >> >> > --047d7b2e3d7e15f12205264ac8ab--