Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42935 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97482 invoked from network); 5 Feb 2009 15:12:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2009 15:12:41 -0000 Authentication-Results: pb1.pair.com header.from=tab@talking.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=tab@talking.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain talking.com from 208.42.176.213 cause and error) X-PHP-List-Original-Sender: tab@talking.com X-Host-Fingerprint: 208.42.176.213 mailfront2.g2host.com Linux 2.5 (sometimes 2.4) (4) Received: from [208.42.176.213] ([208.42.176.213:33584] helo=g2host.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B7/60-24530-9E10B894 for ; Thu, 05 Feb 2009 10:12:41 -0500 Received: from [72.71.192.6] (account tab@visi.com HELO [10.0.1.2]) by mailfront2.g2host.com (CommuniGate Pro SMTP 5.1.16) with ESMTPA id 87003533 for internals@lists.php.net; Thu, 05 Feb 2009 09:12:39 -0600 Message-ID: <498B01E6.2010605@talking.com> Date: Thu, 05 Feb 2009 10:12:38 -0500 User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: adding support for PHP to a web server From: tab@talking.com (Terry Braun) Hello, I've written a small web server and I'd like to add support for php to the server. Could anyone direct me to documentation or examples and give me some sense of how hard this would be. Put another way, if I have a working PHP installation and a web server how do the two communicate? The webserver is written in javascript running on rhino which in turn runs on java so probably the access would be through java. Thanks Terry