Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:41993 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58892 invoked from network); 19 Nov 2008 08:47:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Nov 2008 08:47:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=david.coallier@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=david.coallier@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.227 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: david.coallier@gmail.com X-Host-Fingerprint: 209.85.198.227 rv-out-0506.google.com Received: from [209.85.198.227] ([209.85.198.227:35634] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E9/21-34436-E92D3294 for ; Wed, 19 Nov 2008 03:47:27 -0500 Received: by rv-out-0506.google.com with SMTP id g37so3407105rvb.23 for ; Wed, 19 Nov 2008 00:47:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=AHSSG2LdUALNpmsYDQfcXivb97/HusX3pe3ZBdyLACk=; b=ng5fpiI7Slb2bDT/LClZIJQo3lsrlC3A5Vvm76D2n8q2IJ1TOkJKNMJor27oHNgq8X M0xAdHW2YbhNfR49mLve6c5ZMZq8yiL0BqSv2PWOt6yFPselz5if2ibJumWMzTrRcI4R 4TM9/6DNx3jYr66Y6QrH1ommgH7Ct3aLKIgMk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=EjvUnwOTqeElU/nKj1EFDDjk7bMPIC23lU1C2Xod6A18RuYxxqwLZ5b2CMfbeSFMUr tk57xltyQ8y7d2FuKHadT9BlvydA9EnNUV+SRcyYj4C8LOu5MHo2psyBM3M6zRgWaZNT 7zAipkzXuFW9lzq5Wqet6WtRq8UUGDYncfKNI= Received: by 10.142.213.9 with SMTP id l9mr421354wfg.14.1227084444107; Wed, 19 Nov 2008 00:47:24 -0800 (PST) Received: by 10.143.9.16 with HTTP; Wed, 19 Nov 2008 00:47:24 -0800 (PST) Message-ID: Date: Wed, 19 Nov 2008 08:47:24 +0000 Sender: david.coallier@gmail.com To: "ivo nascimento" Cc: internals@lists.php.net In-Reply-To: <6ca2dce60811181808r23dbae92of63b76dcb63cca3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6ca2dce60811181808r23dbae92of63b76dcb63cca3@mail.gmail.com> X-Google-Sender-Auth: f81cba45b3d1b010 Subject: Re: [PHP-DEV] documentation From: davidc@php.net ("David Coallier") > can you guys give me an advice about where find good documentation/books > about php C module development? For starters you can look at this: http://short.ie/extendingphp This is linking to Sara's blog. Oh look on the right hand side... you can buy it from there as well :D Great book really. Good luck, -- Slan, David