Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46484 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97695 invoked from network); 22 Dec 2009 12:31:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Dec 2009 12:31:43 -0000 Authentication-Results: pb1.pair.com header.from=grobmeier@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=grobmeier@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.225 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: grobmeier@gmail.com X-Host-Fingerprint: 209.85.220.225 mail-fx0-f225.google.com Received: from [209.85.220.225] ([209.85.220.225:58942] helo=mail-fx0-f225.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D9/80-28791-F2CB03B4 for ; Tue, 22 Dec 2009 07:31:43 -0500 Received: by fxm25 with SMTP id 25so917509fxm.1 for ; Tue, 22 Dec 2009 04:31:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=qQGLPTbAK0qbh/7lCWK+vadyb34BBvOaGvMqSbxCRRA=; b=FZLaOfJnTS4FW1uQ3nGOoF0HHGnjLTRkr6/n8ORMewg1qkNqwy8UGWC/jUr+ttj62Z KUf2ZduGSGVN8d2AjEg3fsb3yVay0sOFxC9BjZn9zHyEwIYPG6331KJnRiBxhDyFjMPe SpJ48nt1KzrvzvIYpn4KgKQrVr4LArsoaJKRA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=aZPEBi8qj4zXyMdGtWbk6c1usPsdL8EWnt3sf/iYBI6CCM44L+gNLna2kKJJqgPyOS PBbQn6m1A5U0YgK13n6KqSBZtwkTpq+WRh6hVPCzS0qeDEvAr4wR+jSpYm/jIQkw3QN2 3QFhfr7fAkSzPm3WbduUXdwF5XzyE+oLc7Ay8= MIME-Version: 1.0 Received: by 10.103.85.23 with SMTP id n23mr2084379mul.66.1261464662073; Mon, 21 Dec 2009 22:51:02 -0800 (PST) In-Reply-To: References: Date: Tue, 22 Dec 2009 07:50:42 +0100 Message-ID: To: Rob Nicholson , internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] How does the interpreter work From: grobmeier@gmail.com (Christian Grobmeier) Hi, > Rob Nicholson wrote: > Another good reference is Sara Goleman's book "Extending and Embedding PHP" actually this is what i was searching for. I will order this book now. Thanks for the tipp! Christian