Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42957 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57736 invoked from network); 5 Feb 2009 21:40:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2009 21:40:52 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@stefan-marr.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=php@stefan-marr.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain stefan-marr.de from 85.88.12.247 cause and error) X-PHP-List-Original-Sender: php@stefan-marr.de X-Host-Fingerprint: 85.88.12.247 toolslave.net Received: from [85.88.12.247] ([85.88.12.247:39915] helo=uhweb12247.united-hoster.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/FF-16965-1EC5B894 for ; Thu, 05 Feb 2009 16:40:50 -0500 Received: from [91.180.178.35] (helo=[192.168.1.21]) by uhweb12247.united-hoster.com with esmtpsa (TLS-1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.66) (envelope-from ) id 1LVBxc-0002Ul-79; Thu, 05 Feb 2009 22:40:38 +0100 Cc: internals@lists.php.net Message-ID: To: Terry Braun In-Reply-To: <498B01E6.2010605@talking.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Thu, 5 Feb 2009 22:40:37 +0100 References: <498B01E6.2010605@talking.com> X-Mailer: Apple Mail (2.930.3) Subject: Re: [PHP-DEV] adding support for PHP to a web server From: php@stefan-marr.de (Stefan Marr) Hi, just a suggestion, have you thought about using Quercus [http://www.caucho.com/resin-3.0/quercus/ ] or Project Zero [http://www.projectzero.org/download/]? This projects are implementing PHP in Java. Regards Stefan On 05 Feb 2009, at 16:12, Terry Braun wrote: > 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 > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >