Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28604 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74981 invoked by uid 1010); 26 Mar 2007 20:30:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74966 invoked from network); 26 Mar 2007 20:30:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Mar 2007 20:30:34 -0000 Received: from [127.0.0.1] ([127.0.0.1:26657]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 84/B2-54015-86D28064 for ; Mon, 26 Mar 2007 15:30:32 -0500 Authentication-Results: pb1.pair.com smtp.mail=youngian@grinnell.edu; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=youngian@grinnell.edu; sender-id=unknown Received-SPF: error (pb1.pair.com: domain grinnell.edu from 132.161.10.196 cause and error) X-PHP-List-Original-Sender: youngian@grinnell.edu X-Host-Fingerprint: 132.161.10.196 SMTP1.grinnell.edu Received: from [132.161.10.196] ([132.161.10.196:36290] helo=smtp1.grinnell.edu) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CC/F8-54015-F1228064 for ; Mon, 26 Mar 2007 14:42:25 -0500 Received: from [10.0.0.2] (jyoung4.dsl.visi.com [209.98.147.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp1.grinnell.edu (Spam Firewall) with ESMTP id D5DD04638 for ; Mon, 26 Mar 2007 14:42:20 -0500 (CDT) Message-ID: <4608221B.6080708@grinnell.edu> Date: Mon, 26 Mar 2007 14:42:19 -0500 User-Agent: Icedove 1.5.0.10 (X11/20070307) MIME-Version: 1.0 To: internals@lists.php.net X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Hacker's guide? From: youngian@grinnell.edu (Ian Young) Hi all, I'm applying for one of PHP's Google Summer of Code projects. The ideas page (http://www.php.net/ideas.php) includes this text: "If you are applying for a project in the PHP code itself (in C), you may find useful the PHP hackers guide, which also includes our C coding standards (TBD)." Does this hackers guide exist? I don't see it anywhere in the documentation. Is this just a reference to the readmes included in the source code? I did find the coding standards there, but I'm curious if there's more info somewhere else. Ian