Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37253 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37962 invoked from network); 26 Apr 2008 20:08:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Apr 2008 20:08:36 -0000 Authentication-Results: pb1.pair.com smtp.mail=quickshiftin@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=quickshiftin@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.159 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: quickshiftin@gmail.com X-Host-Fingerprint: 72.14.220.159 fg-out-1718.google.com Received: from [72.14.220.159] ([72.14.220.159:52585] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/94-11391-3CB83184 for ; Sat, 26 Apr 2008 16:08:36 -0400 Received: by fg-out-1718.google.com with SMTP id 22so3834593fge.23 for ; Sat, 26 Apr 2008 13:08:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=LQsHOLa8cdmEafbPOUyzbKpj+A5unbWPL8SglLLk3iE=; b=aUvtIm26MnT1mITqbG+NJ8H54tFTxuDJqgs0lnKfLctD1CbAwWT09jwjsrCmBMY745+hU8CgaIh84sl2ywMTLBz+l1RILwrPpfc0W1SFL72a99yZ/2j3PWpMhjABqZbEuABh0mwceW3c1EnLHb3K/7ArXdxdGW5h5sl6XfcT/kM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=HDXIHpr4M8ALCVoliYU+Y4bYKLCKgDd6TGguHJ+Rtr/QRtVS8cTPibENRATUvoaqxRFjDqIVS6n6EC+gPSB5zYgOP1IVqAJzG3XkcHQXIpetThjkx8dge5KwtYuagaU03/H/RXFOJ34Q5yM9nPZ7VDuvKn45wHl9k/8gppjBdsI= Received: by 10.86.94.11 with SMTP id r11mr4125201fgb.1.1209240513097; Sat, 26 Apr 2008 13:08:33 -0700 (PDT) Received: by 10.86.59.15 with HTTP; Sat, 26 Apr 2008 13:08:33 -0700 (PDT) Message-ID: <7dd2dc0b0804261308r68342f66o29d12f8df990f2cf@mail.gmail.com> Date: Sat, 26 Apr 2008 16:08:33 -0400 To: "Dhiru Pandey" Cc: internals@lists.php.net In-Reply-To: <19.A1.11391.C0373184@pb1.pair.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4543_17420474.1209240513121" References: <19.A1.11391.C0373184@pb1.pair.com> Subject: Re: [PHP-DEV] Help with calling PHP functions From: quickshiftin@gmail.com ("Nathan Nobbe") ------=_Part_4543_17420474.1209240513121 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Sat, Apr 26, 2008 at 2:23 PM, Dhiru Pandey wrote: > [My apologies if I am posting on the wrong group...please point me to the > right one] > > I am trying to figure out a way to invoke PHP functions directly i.e. > bypassing the PHP compiler (scanner and parser). For now it would be > great if I can get some help calling them from C. Ultimately I would like > to call them from Java. per calling them from java you might use or investigate the quercus or 'ibm project 0' projects. they might not be what you want as they are separate java-based implementations of php, but im guessing you can access php through them; or at any rate the java equivalent, but they dont really say that explicitly. http://www.caucho.com/resin-3.0/quercus/#Java-Users -nathan ------=_Part_4543_17420474.1209240513121--