Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14891 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2589 invoked by uid 1010); 13 Feb 2005 04:51:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2232 invoked by uid 1007); 13 Feb 2005 04:51:29 -0000 Message-ID: <20050213045129.2220.qmail@lists.php.net> To: internals@lists.php.net References: <007801c51183$e033b440$71f69d44@setechusa.com> Date: Sat, 12 Feb 2005 20:51:29 -0800 Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original X-Posted-By: 64.142.6.231 Subject: Re: Creating a Module From: pollita@php.net ("Sara Golemon") > 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? > Most any directory under ext/ in the source tree are, in actuality, standalone modules (a few exceptions, though only technically). Or you could grab any package from PECL ( http://pecl.php.net ). Or you could run ext_skel (from the ext/ directory) and generate a skeleton replete with comments describing what to do with the included pieces. -Sara