Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23660 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7425 invoked by uid 1010); 25 May 2006 16:05:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7410 invoked from network); 25 May 2006 16:05:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2006 16:05:56 -0000 X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 192.38.9.232 gw2.emini.dk Linux 2.4/2.6 Received: from ([192.38.9.232:15223] helo=gw2.emini.dk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 02/57-17316-3E5D5744 for ; Thu, 25 May 2006 12:05:55 -0400 Received: from foxbox (IGLD-84-228-79-24.inter.net.il [84.228.79.24]) by gw2.emini.dk (Postfix) with ESMTP id C5516B376C; Thu, 25 May 2006 18:05:50 +0200 (CEST) Message-ID: <07f401c68014$ba5ac550$6602a8c0@foxbox> Reply-To: "Steph Fox" To: "Michael B Allen" , "Artzi, Yoav (Yoav)" Cc: References: <20060525114821.62de6c4f.mba2000@ioplex.com> Date: Thu, 25 May 2006 18:03:12 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] Extensions building tutorial From: steph@zend.com ("Steph Fox") >> I am looking for a good place to learn about the following: >> 1. Writing a customized extension >> 2. Compiling PHP with customized extensions, including how can I set up >> a customized location their code and what I should add to the configure >> line and such >> >> Any good tutorials out there? > > http://www.zend.com/php/internals/extension-writing1.php --- parts 2 and 3 are also useful :) - Steph