Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89735 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39798 invoked from network); 8 Dec 2015 09:56:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2015 09:56:31 -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.169 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.213.169 mail-ig0-f169.google.com Received: from [209.85.213.169] ([209.85.213.169:36734] helo=mail-ig0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/D4-31749-D49A6665 for ; Tue, 08 Dec 2015 04:56:30 -0500 Received: by igcph11 with SMTP id ph11so92625957igc.1 for ; Tue, 08 Dec 2015 01:56:26 -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=TwxDMkfIMObBW974Py+o/9/52riexWJgrQnF9K2YziA=; b=etlIl3PUT5T+XGFEwKomABDVm9sLltd8gkEfY+X/7r1+iouUomlFKjJgg5xAHbxxoT R1y0caK4hupJiMwcj0WW8bLjS4SZVV//vvTX/MuzSAywTcW7Pr9xIVY04m53YBX8Dxf/ Cymo0802L/1jig9e6l/itDNOp3+pdgt4uKwcZY3y5Y45AAiv23PUVm+j8ygeqtq+QEeY Lj3ZHYotPjKZel9z/tinlt2edL23/a4WTb2qcfO53v0HKdx9yDYzIT1uL8MSVtbXeoRG 8I+D3v0LeWDpKwxss1B1CdmobV9ADCYRVtXxrckQvp//sgA6A7T1R2iWgKrMCvQA5/Bd M8Mw== 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=TwxDMkfIMObBW974Py+o/9/52riexWJgrQnF9K2YziA=; b=UonYku89kvyVRl3GzZFy2sUPUmOoQDZOA9/vNeebrxISe29bwVtaUCT+1OrfMg6Sp0 5WDPx811uYHuzO/48HTBZSbVEEL9wf+yKDeKcTRl+o0+Ybi58EMdvulxU0/7aQ3neVkG CkxWCAodZKMGoIMj/hsAxBIF/BTcfOOoD6QwwcZ9t+RLG/LFHTdQGce4MjTZ74F08d3t XgKWiWnS73lu1j7w2BPQgYZKwb92bNmGVr2sty52FXlJfI2xPfeD+8r2vg06RA8ri9Nu 06NaGxkbADMudJ0L2NxhzaAgjQ/V8S9V/lOwbiGM7iikgiDLca4NAvYYlceNvGaFh3lf bxkQ== X-Gm-Message-State: ALoCoQmAv0OD2TvK4T2LEcJV8Epk0eEQVenHzmzG3O/fzJZvsOAVllMwXjTDeU0q/ilwuYw0LQZcyN5ck65f8JoU9zlqjAuI5EQu4C/YQHE/pCeN8QDQh5kEXq7Eh0aEbahqqnMF3/sNFU8bxkD8hoOPZSwsfDXjfjmE8wXUEy61U0Lws/mCPyJCaB8NxSUavChTVObshKurN1GZHeQ+3LZ/Wpla4LYesg== MIME-Version: 1.0 X-Received: by 10.50.141.131 with SMTP id ro3mr3082078igb.74.1449568586456; Tue, 08 Dec 2015 01:56:26 -0800 (PST) Received: by 10.50.128.201 with HTTP; Tue, 8 Dec 2015 01:56:26 -0800 (PST) In-Reply-To: References: <20151020173602.GA92318@3006.local> <20151203154644.GA61092@3006.local> Date: Tue, 8 Dec 2015 12:56:26 +0300 Message-ID: To: Sean DuBois , Nikita Popov , Xinchen Hui , reeze xia Cc: PHP Internals Content-Type: multipart/alternative; boundary=089e0149d05eaca31805265ffc78 Subject: Re: [PHP-DEV] [RFC] [VOTE] Class Constant Visibility From: dmitry@zend.com (Dmitry Stogov) --089e0149d05eaca31805265ffc78 Content-Type: text/plain; charset=UTF-8 Hi Sean, The PR has been merged into master. Please update the RFC accordingly. Thanks to Nikita and Xinchen for code review and suggestions. Thanks. Dmitry. On Mon, Dec 7, 2015 at 11:38 AM, Dmitry Stogov wrote: > 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 >>>> > > >>>> > > >>>> >>> >>> >> > --089e0149d05eaca31805265ffc78--