Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89632 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 68084 invoked from network); 5 Dec 2015 00:02:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Dec 2015 00:02:28 -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.181 as permitted sender) X-PHP-List-Original-Sender: dmitry@zend.com X-Host-Fingerprint: 209.85.223.181 mail-io0-f181.google.com Received: from [209.85.223.181] ([209.85.223.181:35921] helo=mail-io0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/61-55431-19922665 for ; Fri, 04 Dec 2015 19:02:26 -0500 Received: by iofh3 with SMTP id h3so132964303iof.3 for ; Fri, 04 Dec 2015 16:02:23 -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=zWcdopyPSEsgNe/CnXs8Ggq/uwxwf06au2cPTxRlryU=; b=G/jIAawnGKHtg+y31B4nDPz/Q34Ae/7/H9N5IOxPKIQwTwkpq+Cydjgt2aqzjlm8k5 eLTZIlAy3IXVhnyVRvKEY7Pfo3XOFZ1aErkFASEi9LnMsBsr8txhnwDYMLMKHx4V+ACL eX4jc5miLOc5n0OrEnvXPpM/qyDTUyBJMhTCLubxTjPX2MY3yp8gyRHySh9y1CdHFwNL CYbW7hCohQMINKEFhQoBI6ziusAkbf6V18XCM5Qt3fnHddHs5FUC9mLmJR+qfYOcn9qq hve/Af4eqZehX28gI8hY5HtvRCEYwjxTL08J4Lpb+kYLUVwTpOIw9nTEX6VLJ9my8wEx fc2A== 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=zWcdopyPSEsgNe/CnXs8Ggq/uwxwf06au2cPTxRlryU=; b=NF/RlxsSt82Kh4od793HfVQ/FqepawjDcroY6Re2u295AtL5t3s3ToADbdzgruzTxH +AX2iMfClcUN0M0AQdGOYRjzSaEiMzuhnUfs8mJHSl9nvNWVccGFVG9ZWhcBw2tfxxPJ ePOkUI3te9yx3ercQiAeSwXOyAw2FkZ92M0CNbiiCG1WY/Klfb6Rt21EODLESFtxCfd7 bkVZ68q0c/xPfP+6g9zNmTHzo7/U1hB3qH4t13K8Cfr1BoxWZAgecxunfB4oVuTl4Tum H1aZFAxRZ8mys4gjhu0M+ztSgBRm5G19FrpEmF5RI02QX0kE3qppodSbxTD6iXHHgDTo 3aqg== X-Gm-Message-State: ALoCoQk3+8uVbBMWDL8CwCaiNmejwtQ0zeC2haJhhKwJr7gn2414TmUx5JVPLoJKQ1OgPsYI8KRwiZd1QXiwnFGW1UswCGiE4BZd1Z0n1SFnToQedpBeen5ZFqHDBM/BgDmzdPBAEtS8IFVmNZS+eJpWungTdK0hHjfRmDe1D4Fv8FEeJTBs4y8= MIME-Version: 1.0 X-Received: by 10.107.8.142 with SMTP id h14mr20471534ioi.116.1449273743530; Fri, 04 Dec 2015 16:02:23 -0800 (PST) Received: by 10.50.128.201 with HTTP; Fri, 4 Dec 2015 16:02:23 -0800 (PST) In-Reply-To: References: <20151020173602.GA92318@3006.local> <20151203154644.GA61092@3006.local> Date: Sat, 5 Dec 2015 03:02:23 +0300 Message-ID: To: Sean DuBois , Nikita Popov , Xinchen Hui , reeze xia Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a113f96fcaa789f05261b56e2 Subject: Re: [PHP-DEV] [RFC] [VOTE] Class Constant Visibility From: dmitry@zend.com (Dmitry Stogov) --001a113f96fcaa789f05261b56e2 Content-Type: text/plain; charset=UTF-8 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 >> > > >> > > >> > > --001a113f96fcaa789f05261b56e2--