Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23666 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99333 invoked by uid 1010); 25 May 2006 18:58:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 99318 invoked from network); 25 May 2006 18:58:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2006 18:58:01 -0000 X-PHP-List-Original-Sender: hartmut@php.net X-Host-Fingerprint: 213.136.52.68 mailgate-out2.mysql.com Linux 2.5 (sometimes 2.4) (4) Received: from ([213.136.52.68:37770] helo=mailgate.mysql.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 68/12-17316-63EF5744 for ; Thu, 25 May 2006 14:57:59 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgate.mysql.com (8.13.4/8.13.4) with ESMTP id k4PIvrxr014746; Thu, 25 May 2006 20:57:53 +0200 Received: from mail.mysql.com ([10.222.1.99]) by localhost (mailgate.mysql.com [10.222.1.98]) (amavisd-new, port 10026) with LMTP id 12752-04; Thu, 25 May 2006 20:57:53 +0200 (CEST) Received: from [10.100.68.2] (10-100-68-2.mysql.internal [10.100.68.2]) (authenticated bits=0) by mail.mysql.com (8.13.3/8.13.3) with ESMTP id k4PIvih5031420 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 25 May 2006 20:57:46 +0200 Message-ID: <4475FE26.20606@php.net> Date: Thu, 25 May 2006 20:57:42 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060130 SeaMonkey/1.0 MIME-Version: 1.0 To: "Artzi, Yoav \(Yoav\)" , internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mailgate.mysql.com Subject: Re: [PHP-DEV] Extensions building tutorial From: hartmut@php.net (Hartmut Holzgraefe) Artzi, Yoav (Yoav) wrote: > 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? and now for the usual shameless plug: CodeGen_PECL: Tool to generate PECL extensions from an XML description PEAR package: http://pear.php.net/package/CodeGen_PECL/ Documentation: http://php-baustelle.de/CodeGen_PECL/manual.html Examples: http://cvs.php.net/viewcvs.cgi/pear/CodeGen_PECL/docs/examples/