Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23661 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8694 invoked by uid 1010); 25 May 2006 16:07:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 8679 invoked from network); 25 May 2006 16:07:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2006 16:07:29 -0000 X-PHP-List-Original-Sender: pollita@php.net 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:2190] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id CD/87-17316-046D5744 for ; Thu, 25 May 2006 12:07:29 -0400 Received: from localhost ([127.0.0.1] helo=OHRLVN4523SG) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1FjHiR-00007l-00; Thu, 25 May 2006 08:25:35 -0700 Message-ID: <006e01c68015$4dd808b0$88051fac@OHRLVN4523SG> To: "Michael B Allen" Cc: References: <20060525114821.62de6c4f.mba2000@ioplex.com> Date: Thu, 25 May 2006 09:07:21 -0700 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: Re: [PHP-DEV] Extensions building tutorial From: pollita@php.net ("Sara Golemon") >> Any good tutorials out there? > > http://www.zend.com/php/internals/extension-writing1.php > > After that, download the php source and look at existing extensions in > the ext directory. For each macro or function you want to know about > try googling with the 'site:' directive. For example: > > site:http://www.zend.com/ RETURN_STRING > Or better still: http://lxr.php.net/