Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60599 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51058 invoked from network); 17 May 2012 13:58:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 May 2012 13:58:10 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:36350] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A6/E0-45818-0F305BF4 for ; Thu, 17 May 2012 09:58:09 -0400 Received: by yenm2 with SMTP id m2so1986020yen.29 for ; Thu, 17 May 2012 06:58:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=CF1m3Pbv70U/acP3cxBAx6eXCOGWEFZV7qi5ULSttwE=; b=kkCoE7p85Hd3MUYN9fU4+4jRWcny1ZvV1heZ+tu0M6tAiRPVz8mygz4dqHp4preYaK 8s3h7QTNutQ62qGxMkEw9w3vUqML20Os/F3l1JS6kszukv5KqXCttM85s0R/h0zE2HGp qKbl4XJtO5c+JGS1qsaN2a/jsCFp9HhTIu4maN1fUyuVEl18DyjbJNA8byJ02hPkp7mj 6DZzs4f5ObeRel9J+eVj3xZ20vw3tPVFTtT2IDyP63wDf9g0dx27/o/sdWq+dvks3h8X 0QraU6EKMREy0vBdKKO17FR2HPhE05KZu6SUpQetK6gGN1Rn5FqDhiiWAinf7YTBcsDN mU3Q== MIME-Version: 1.0 Received: by 10.236.79.195 with SMTP id i43mr8120312yhe.53.1337263086045; Thu, 17 May 2012 06:58:06 -0700 (PDT) Received: by 10.147.113.7 with HTTP; Thu, 17 May 2012 06:58:06 -0700 (PDT) In-Reply-To: <10110595639.20120515010044@cypressintegrated.com> References: <10110595639.20120515010044@cypressintegrated.com> Date: Thu, 17 May 2012 15:58:06 +0200 Message-ID: To: Sanford Whiteman Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Internals books (c) 2007+ ? From: pierre.php@gmail.com (Pierre Joye) hi, On Tue, May 15, 2012 at 7:00 AM, Sanford Whiteman wrote: > Hi All, > > Trying to ready myself for some possible work w/the core (after I > resurrect all my never-that-great C, heh), I went looking for a recent > book. (I still like old-school supplements.) > > I see Sara's from 2006 on Amazon, but nothing after that under 'PHP > internals'. I'm sure that one's not totally obsolete, but I don't know > if programming styles and patterns have changed even if the bulk of > the code has not. At the risk of fanning some flames I don't know > about... is there a more recent book that's generally liked? And one book one must read and understand is "The C programming language",by K&R. A must read. Writing php extensions is then only about reading existing source codes (php-src/ext or pecl) or Sarah's book for the basics. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org