Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60524 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13273 invoked from network); 9 May 2012 22:05:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 May 2012 22:05:18 -0000 Authentication-Results: pb1.pair.com header.from=xerox.time.tech@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=xerox.time.tech@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: xerox.time.tech@gmail.com X-Host-Fingerprint: 209.85.214.170 mail-ob0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:59381] helo=mail-ob0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C6/76-55274-E1AEAAF4 for ; Wed, 09 May 2012 18:05:18 -0400 Received: by obbuo13 with SMTP id uo13so951276obb.29 for ; Wed, 09 May 2012 15:05:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=x/OAjafuu8PIcKlLMkzDaV9CVJeQCszhOKIullLHum8=; b=TWE+heeCw6beSAFsNEjTg9w9POhjFPZ9DMx9B/cYU6KptoN/nr2qc7d3bOoUqfAGj1 iZZNGFu9malGEd1Ps56RmVegn0NhU2aEdS69YF4T78Rt3EcPHgLrReWV4T26P/aKW2IS G1QDazh2BvLfiRQW/GmXKs8FNx9ZUrgLcsvMVUJix0qO2em4gT+Qkvo0V62i+2bHQIax tWPnKj2kb8f1uU78QGkop8ETol6UKzvFm+F5F7P6xx3GV4BN63kuZTvmw0RIfwT+21D/ WveyQrcPMnzujRIFKsG5FdCBdsIOsVtNBCJvz1gU4ntwU/wfUE4mz6l7VEBsgn9aLV5Q NWjQ== MIME-Version: 1.0 Received: by 10.182.77.167 with SMTP id t7mr2796431obw.10.1336601115089; Wed, 09 May 2012 15:05:15 -0700 (PDT) Received: by 10.182.32.4 with HTTP; Wed, 9 May 2012 15:05:15 -0700 (PDT) Date: Wed, 9 May 2012 18:05:15 -0400 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: php interpreter From: xerox.time.tech@gmail.com (Xin Tong) Hello I am new to php runtime. i am doing some research on runtime interpreter. can anyone please tell me where the interpreter of the php runtime is ? which file ? and does the php runtime has a JIT compiler ? Thanks