Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32913 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37067 invoked by uid 1010); 22 Oct 2007 15:52:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 37036 invoked from network); 22 Oct 2007 15:52:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Oct 2007 15:52:22 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 85.10.196.195 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 85.10.196.195 serveforce1.backendmedia.com Linux 2.6 Received: from [85.10.196.195] ([85.10.196.195:58266] helo=serveforce1.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5D/62-19831-137CC174 for ; Mon, 22 Oct 2007 11:52:18 -0400 Received: from [192.168.1.44] (56-246.6-85.cust.bluewin.ch [85.6.246.56]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) by serveforce1.backendmedia.com (Postfix) with ESMTP id DECD5122419D; Mon, 22 Oct 2007 17:53:07 +0200 (CEST) In-Reply-To: <1803833637.20071022173133@marcus-boerger.de> References: <83290732.20071017221145@marcus-boerger.de> <754A354E-9A3E-4649-92FE-4A07A6ACAD5B@pooteeweet.org> <1803833637.20071022173133@marcus-boerger.de> Mime-Version: 1.0 (Apple Message framework v752.3) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <7C22A2BA-F453-4145-9ED1-CD866294BDEB@pooteeweet.org> Cc: Derick Rethans , "PHP Developers Mailing List " Content-Transfer-Encoding: 7bit Date: Mon, 22 Oct 2007 17:51:58 +0200 To: Marcus Boerger X-Mailer: Apple Mail (2.752.3) X-backendmedia-com-MailScanner-Information: Please contact the ISP for more information X-backendmedia-com-MailScanner: Found to be clean X-backendmedia-com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0.128, required 6, AWL 0.03, RDNS_DYNAMIC 0.10) X-backendmedia-com-MailScanner-From: mls@pooteeweet.org X-Spam-Status: No Subject: Re: [PHP-DEV] exception policy for core From: mls@pooteeweet.org (Lukas Kahwe Smith) On 22.10.2007, at 17:31, Marcus Boerger wrote: > Hello Lukas, > > I think all pecl modules should follow the core rules and that means > CODINT_STYLE should apply to pecl as much as it does to core. We > should > hence provide an easy to read (as in html or pdf or whatever) > version that > is accessible online easier and in a more prominent space than the > current > thing. Unless there is already something better than going to > cvs.php.net > or getting a CVS checkout and if so then we should provide better > links to > it. Especially better links on the pecl pages. Ok, I will work on something like this next weekend. I will write it up on the wiki, but it should be easy to port that to php.net once its approved. Then again, we could just link to the file in CVS and I could instead work on improving the current document. I am still not clear what exactly you find lacking in the current document .. only that its only available in CVS? I presume that anyone working on core or pecl will have no trouble checking out that file. regards, Lukas