Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88894 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 50855 invoked from network); 20 Oct 2015 18:11:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Oct 2015 18:11:10 -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:21644] helo=siobud.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/B0-45576-DB386265 for ; Tue, 20 Oct 2015 14:11:10 -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 93684D7CED for ; Tue, 20 Oct 2015 18:11:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=siobud.com; s=mail; t=1445364667; bh=jMD03j8zKsIR+zb6t9BTH9QbNPz9AYxdtTQsRJUus2A=; h=Date:From:To:Subject; b=SmNxRkS1XyKMU6h64e7ExnMMWlGBYbejfy4FpUaqxGJ9vJQupjajcCKPHRL/QgrVL YjyDDi2EdoxyGNODigiotDiAF4GuoMVMoEcZyKoyXwpM9YRjyE+2Zgwfay6IfbVPYM gT4CTmNK7+NyaX9oXd19QpcP8CBMJzTQlXZzFWcM= Date: Tue, 20 Oct 2015 13:11:08 -0500 To: internals@lists.php.net Message-ID: <20151020181108.GA94000@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: Karma to vote on (my own) RFC and access to phpng-upgrading From: sean@siobud.com (Sean DuBois) Hey list, I just created an RFC, and don't have karma to vote on it https://wiki.php.net/rfc/class_const_visibility Also I would like to be able to edit https://wiki.php.net/phpng-upgrading One of the most frustrating changes for extensions was that 's' and 'p' were changed from 'int' -> 'size_t' nothing you can do to catch this statically. Would love to update the page with this info and the script in-tree to check for this. thanks!