Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60594 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37889 invoked from network); 17 May 2012 11:41:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 May 2012 11:41:02 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@googlemail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:64572] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CE/20-36414-DC3E4BF4 for ; Thu, 17 May 2012 07:41:02 -0400 Received: by lagy4 with SMTP id y4so1294516lag.29 for ; Thu, 17 May 2012 04:40:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0U0/lIGjT3bk2GxY+T80oYafEvNsdZraE1ycMzYgBz8=; b=evt7eIvNVy9K5hCYCtHQc9e0Tkb+bfjUF9TJnlSEo9oRKO80LH+R1ClsNU+lbiMAKi HKJkDZOfQlrX9isKi4OSKakhsZ1sl3pHaEkiNwF39Vh80c99k9DfEtUo40Bpc3UD+IYM 90X0ZF2WZ2Kgul3F5WOd54GYzHiNaiyznls5nCME1j6PlyvuK3k/x0dN3AlghkItVe6J 97n6L0M3HTSAivLLXaIfUa5EMhBJ3JsFt3A6FRcw5wkyPE83C4lCzjrVlAO2yUy5fTKr VS+e6fZeR8L30P48Ibj8E3euC9gSjxgAyJsejW5nN1ustYGTspMVmRpw5wUExBchRNXg 2HqQ== MIME-Version: 1.0 Received: by 10.152.125.116 with SMTP id mp20mr6610213lab.19.1337254858760; Thu, 17 May 2012 04:40:58 -0700 (PDT) Received: by 10.152.1.196 with HTTP; Thu, 17 May 2012 04:40:58 -0700 (PDT) In-Reply-To: <10110595639.20120515010044@cypressintegrated.com> References: <10110595639.20120515010044@cypressintegrated.com> Date: Thu, 17 May 2012 13:40:58 +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: nikita.ppv@googlemail.com (Nikita Popov) 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? You can find a list of various resources regarding PHP internals on the Wiki: https://wiki.php.net/internals/references So, no, there does not seem to be a newer book, but maybe the other stuff can help too :) Nikita