Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34283 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55732 invoked by uid 1010); 31 Dec 2007 08:50:10 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 55717 invoked from network); 31 Dec 2007 08:50:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Dec 2007 08:50:10 -0000 Authentication-Results: pb1.pair.com header.from=TalyaNevo@celeno.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=TalyaNevo@celeno.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain celeno.com from 62.90.171.84 cause and error) X-PHP-List-Original-Sender: TalyaNevo@celeno.com X-Host-Fingerprint: 62.90.171.84 62-90-171-84.barak.net.il Windows 2000 SP4, XP SP1 Received: from [62.90.171.84] ([62.90.171.84:1149] helo=celeno.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/C5-02434-14DA8774 for ; Mon, 31 Dec 2007 03:50:10 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Mon, 31 Dec 2007 10:48:59 +0200 Message-ID: <371110DD79C65F4D8AD5C5DF65CF25E689D5A7@mainserver.Wivision-Tech.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Question regarding linking PHP Parser library into my private Http server Thread-Index: AchLifxXwWJglS/jTFmYChX3wBK5cw== To: Subject: Question regarding linking PHP Parser library into my private Http server From: TalyaNevo@celeno.com ("Talya Nevo") Hi, I am porting my software from Linux to =B5C/OS-II OS. On Linux I ran the Boa Web server with PHP. The =B5C/OS-II has a basic open source Http Server that does not support = PHP or CGI. What I was able to do - is from the Http server, each time an http = request is received, call using 'System' function the PHP interpreter = program (like from cli) with input the requested page. This seams to basically work but it is not efficient at all. What I would like to do is to link the Http Server to the basic PHP = parser library and call the 'parse' function each time the server gets = an http request. =20 Is this possible? Does anyone know how to do this - which library to link to, which = function to call, maybe an example. Thanks for your help. Talya Nevo talya.nevo@celeno.com