Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14893 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77156 invoked by uid 1010); 13 Feb 2005 06:13:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 77141 invoked from network); 13 Feb 2005 06:13:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2005 06:13:43 -0000 X-Host-Fingerprint: 206.190.38.44 web50203.mail.yahoo.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from ([206.190.38.44:33169] helo=web50203.mail.yahoo.com) by pb1.pair.com (ecelerity 1.2.11 (r4403)) with SMTP id F6/6E-04303-710FE024 for ; Sun, 13 Feb 2005 01:13:43 -0500 Received: (qmail 21754 invoked by uid 60001); 13 Feb 2005 06:13:41 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=EzVVQmXDJwQ6mUALGmorXmO5dpzyYxwLLf82k/8Cztc9q+C68RTy1yszn55psqMg2uQ1nlOkVP4fPmb88NJR207UFJMhlQFRTVeKdtS6BIqjh/XKAczWoG+FgR55R5FtzeQKxYeEIMR55sPOjB931GacswPPppi2os4dGPwGp/s= ; Message-ID: <20050213061341.21751.qmail@web50203.mail.yahoo.com> Received: from [66.92.67.57] by web50203.mail.yahoo.com via HTTP; Sat, 12 Feb 2005 22:13:41 PST Date: Sat, 12 Feb 2005 22:13:41 -0800 (PST) Reply-To: sumoraigabe-php@yahoo.com To: Chris Cranford , internals@lists.php.net In-Reply-To: <007801c51183$e033b440$71f69d44@setechusa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [PHP-DEV] Creating a Module From: sumoraigabe-php@yahoo.com References: <007801c51183$e033b440$71f69d44@setechusa.com> I found the book Advanced PHP Programming to be quite helpful when I started working on the zeroconf extension. There's a number of chapters dealing with extensions and Zend engine internals. --- Chris Cranford wrote: > I'm trying to create my first module and I am having > a bit of trouble. Is > there any example modules available I could review > to get a better > understanding of how to write them? > > Thanks > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > =====