Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60574 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62911 invoked from network); 14 May 2012 11:27:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 May 2012 11:27:22 -0000 Authentication-Results: pb1.pair.com header.from=mace@darksilence.net; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mace@darksilence.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain darksilence.net designates 80.68.91.227 as permitted sender) X-PHP-List-Original-Sender: mace@darksilence.net X-Host-Fingerprint: 80.68.91.227 n01.darksilence.net Received: from [80.68.91.227] ([80.68.91.227:35855] helo=n01.darksilence.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/43-44671-91CE0BF4 for ; Mon, 14 May 2012 07:27:21 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by n01.darksilence.net (Postfix) with ESMTP id 70B2C98185 for ; Mon, 14 May 2012 12:27:18 +0100 (BST) X-Virus-Scanned: amavisd-new at darksilence.net Received: from n01.darksilence.net ([127.0.0.1]) by localhost (n01.darksilence.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bsPaGawfC7tf for ; Mon, 14 May 2012 12:27:17 +0100 (BST) Received: from [192.168.168.157] (188-220-36-211.zone11.bethere.co.uk [188.220.36.211]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by n01.darksilence.net (Postfix) with ESMTPSA id 88AAF98170 for ; Mon, 14 May 2012 12:27:17 +0100 (BST) Message-ID: <1336994836.5381.9.camel@thinkpad3.darksilence.net> To: "internals@lists.php.net" Date: Mon, 14 May 2012 12:27:16 +0100 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.2-1 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Subject: Low hanging fruit / entry point for new developers to the core From: mace@darksilence.net (Miah Gregory) Hi there, The recent suhosin 'discussions' and subsequent browsing of various mailing lists prompted me into looking at doing some core development/bug fixing/whatever, since I have a vested interest as a user. I had a look around the various php.net sites but didn't really find much in the way of guidelines to get involved, code wise, or suggestions as to low hanging fruit that wouldn't be too painful to start on. If someone could point me in the right direction it would be much appreciated. Would also be of use to know what automated (or otherwise) testing procedures are available for pre-commit checking? -- Regards, Miah