Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21117 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53867 invoked by uid 1010); 8 Dec 2005 23:49:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53852 invoked from network); 8 Dec 2005 23:49:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2005 23:49:15 -0000 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:2317] helo=pigeon.alphaweb.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 78/73-14828-856C8934 for ; Thu, 08 Dec 2005 18:48:40 -0500 Received: from localhost ([127.0.0.1] helo=peiscg33m) by pigeon.alphaweb.net with smtp (Exim 4.10) id 1EkUgD-0006OT-00; Thu, 08 Dec 2005 14:56:01 -0800 Message-ID: <010001c5fc51$d4123240$5c8be5a9@ohr.berkeley.edu> Reply-To: "Sara Golemon" To: "Joseph Crawford" Cc: References: <8d9a42800512081536u4160868aq2540c89e4e357945@mail.gmail.com> Date: Thu, 8 Dec 2005 15:48:02 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: Re: Documentation for creating PECL extension From: pollita@php.net ("Sara Golemon") > I have some knowledge of C and would like to > learn more, i have a great book by Deitel & Deitel > and have gone through it. What i would like to know is > where i can get docs on creating PHP extensions so > that i could use them with my PHP on windows and nix. > http://www.zend.com/php/internals/ should be enough to get you started. George Schlossnagle's "Advanced PHP Programming" has a chapter or two in the back on extension development, and I should have "Extending and Embedding PHP" out early next year. Beyond that, just ask questions (preferrably on the pecl-dev@lists.php.net list -- internals@ is supposed to be focused on the core) and hopefully someone will be able to offer insight. -Sara