Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:20101 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91422 invoked by uid 1010); 17 Nov 2005 21:03:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91400 invoked from network); 17 Nov 2005 21:03:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Nov 2005 21:03:01 -0000 X-Host-Fingerprint: 69.12.155.130 69-12-155-130.dsl.static.sonic.net Linux 2.4/2.6 Received: from ([69.12.155.130:3191] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id B6/00-07637-200FC734 for ; Thu, 17 Nov 2005 16:02:59 -0500 Received: from localhost ([127.0.0.1] helo=peiscg33m) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1Ecq88-0004sy-00; Thu, 17 Nov 2005 12:13:12 -0800 Message-ID: <008c01c5ebba$4745fa60$5c8be5a9@ohr.berkeley.edu> Reply-To: "Sara Golemon" To: "Roman Ivanov" Cc: References: <21.D9.07637.0824C734@pb1.pair.com> Date: Thu, 17 Nov 2005 13:02:53 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: Re: More docs about making PHP extensions? From: pollita@php.net ("Sara Golemon") > I've read two tutorials from Sara Golemon > (http://zend.com/php/internals/), but it's not enought for me to start > writing a real extension. Are there any other docs? API reference? > Just FYI: #3 has been sitting in the inbox at Zend for months. There is more coming, it's just hit some.... production delays... On a related note [plug]I'll have a book on the topic coming out in early '06[/plug] which covers the topics found in the zend.com series in much greater depth as well as some topics not even mentioned in the online version. As to documentation available *now*, I know Marcus has been working on bringing the manual's documentation back up to date, and George Schlossnagle's "Advanced PHP Programming" book has a few chapters towards the end which describe the basics of extension development. -Sara