Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29035 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36475 invoked by uid 1010); 25 Apr 2007 23:01:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36460 invoked from network); 25 Apr 2007 23:01:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Apr 2007 23:01:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:19671] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/BE-00993-C7BDF264 for ; Wed, 25 Apr 2007 18:51:43 -0400 Received: (qmail 21190 invoked from network); 25 Apr 2007 22:51:37 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 25 Apr 2007 22:51:37 -0000 Message-ID: <462FDB7B.8000907@zend.com> Date: Thu, 26 Apr 2007 02:51:39 +0400 User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: Gwynne Raskind CC: internals@lists.php.net References: <97180F0D-CB4C-4071-A859-38059C0DD1FF@wanderingknights.org> <0DFF3A59-3419-4A25-B907-E0E71FD41360@wanderingknights.org> <462FD093.90402@zend.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Documenting the Zend2 extension API From: antony@zend.com (Antony Dovgal) On 04/26/2007 02:32 AM, Gwynne Raskind wrote: > I've been plugging around writing extensions long enough to have some > idea of the internals; more than once I've answered a question by > digging through the Zend sources for the internals of some API. Great! > I'm willing to at least take a crack at this project; the worst I can do > is fail :). Would it make sense to ask for CVS karma on the docs now > or wait a bit? I believe the best way to get karma is to start sending patches. I would also recommend to establish the build environment for the docs (if you don't have one already), it's good idea to test patches before committing. This document should give you a good start: http://doc.php.net/php/dochowto/index.php -- Wbr, Antony Dovgal