Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88700 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48311 invoked from network); 6 Oct 2015 15:34:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Oct 2015 15:34:58 -0000 Authentication-Results: pb1.pair.com header.from=sean@siobud.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=sean@siobud.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain siobud.com designates 104.236.58.159 as permitted sender) X-PHP-List-Original-Sender: sean@siobud.com X-Host-Fingerprint: 104.236.58.159 siobud.com Received: from [104.236.58.159] ([104.236.58.159:28053] helo=siobud.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/04-19251-12AE3165 for ; Tue, 06 Oct 2015 11:34:57 -0400 Received: from 3006.local (c-73-8-76-141.hsd1.il.comcast.net [73.8.76.141]) by siobud.com (Postfix) with ESMTPSA id BBFFBD7CED for ; Tue, 6 Oct 2015 15:34:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=siobud.com; s=mail; t=1444145694; bh=2zqxf+PGIemFI1mYQDcL3erRB4cZpxuWN2BNC9+db4Q=; h=Date:From:To:Subject; b=Y0dn7wH6hEda0LDHwhDdGZEZguuFMM8xB176NjjKekAdQCg2h4Medbr/Gm5IjKHZy D9ZCRq6ILL6YVK0QjFxvCUhvmy4dpaeO5Muna7Fo6ffJ1Y5gBEVm/Q3b2C04WmIKdU PBGGmuMdD6tX4W2JWjmHMGUQdmDcdcGrGwtm2I0E= Date: Tue, 6 Oct 2015 10:34:52 -0500 To: internals@lists.php.net Message-ID: <20151006153452.GA87184@3006.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Subject: [RFC] [DISCUSSION]: Class Constant Visibility From: sean@siobud.com (Sean DuBois) Morning internals! I am starting the discussion around adding visibility modifiers to class constants. Following in the same pattern as properties. https://wiki.php.net/rfc/class_const_visibility There was some great discussion about this before as well http://news.php.net/php.internals/87946 If you are interested in the code itself. The tests for the reflection ext have not been updated yet. Beyond that I am unaware of any work outside of opcache changes (and bugs) ! https://github.com/php/php-src/pull/1494 thanks