Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88056 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7785 invoked from network); 5 Sep 2015 05:43:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2015 05:43:40 -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:34853] helo=siobud.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D3/68-49334-A018AE55 for ; Sat, 05 Sep 2015 01:43:39 -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 B1A45D7CED for ; Sat, 5 Sep 2015 05:43:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=siobud.com; s=mail; t=1441431816; bh=IJUzcK9qAt6SiwOE0Y3tL3mh49Wn++iWX7N1t9l2jfQ=; h=Date:From:To:Subject; b=QMkh71zw2zBiwZ0yuX+yIhnxvlLnPGpxuwU+5TEwt2DFlCOea/1XlDh4jKs2qHEkj dL/ZtLgytn0KktDQCQAAo7lf7e7s5m9UaU+hzfA5Nll/SVVeBzPCUrbcfbi8zTmTvm bXIgtLGxAQJ+Qe+o3B3jsqyo7UGSu706WXprGjbc= Date: Sat, 5 Sep 2015 00:43:34 -0500 To: internals@lists.php.net Message-ID: <20150905054334.GA60242@3006.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Subject: RFC Karma for Sean-Der From: sean@siobud.com (Sean DuBois) Hi, I am taking over the RFC class constant visibility rfc from Reeze, and need the permissions to update it. https://wiki.php.net/rfc/class_const_visibility Reeze gave the ok on the PR I have on GitHub as a PoC (It works, but has some test fails and breaks some extensions) https://github.com/php/php-src/pull/1494#issuecomment-136095098 thanks!