Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31337 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62504 invoked by uid 1010); 31 Jul 2007 11:57:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62489 invoked from network); 31 Jul 2007 11:57:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jul 2007 11:57:32 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.163 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:51298] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/87-08908-BA32FA64 for ; Tue, 31 Jul 2007 07:57:32 -0400 Received: (qmail 24603 invoked by uid 507); 31 Jul 2007 11:57:25 -0000 Received: from unknown (HELO ?192.168.1.102?) (postmaster%schlueters.de@82.135.9.194) by mail4.netbeat.de with ESMTPA; 31 Jul 2007 11:57:25 -0000 To: Will Fitch Cc: Marcus Boerger , internals@lists.php.net In-Reply-To: <391ce48b0707301157j6e4c3918jf8863af1f5d92287@mail.gmail.com> References: <46a7dad5.0488240a.5521.fffff751@mx.google.com> <1499678481.20070730204752@marcus-boerger.de> <391ce48b0707301157j6e4c3918jf8863af1f5d92287@mail.gmail.com> Content-Type: text/plain Date: Tue, 31 Jul 2007 02:23:54 +0200 Message-ID: <1185841434.23889.26.camel@johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-1.fc7) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Log4P Project Class Names From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi Will, On Mon, 2007-07-30 at 13:57 -0500, Will Fitch wrote: > Thanks, Marcus. I finally found this documentation on PECL by using Google > site:pecl.php.net. > > I appreciate the insight. it's also part of the PHP Source distribution and CVS: http://cvs.php.net/viewvc.cgi/php-src/CODING_STANDARDS?revision=1.36&view=markup In the source there are also a few other READMEs which might be interesting (stuff about the build system, parameter parsing API, etc.) And yes, it might be hard when starting with PECL as point of view, but well, PECL is an offspring of the php-src and most docs (as long as stuff is documented at all) is at the source :-) johannes