Re: [PHP-DEV] Question regarding linking PHP Parser library into my private Http server

2007-12-31 Thread Alexey Zakhlestin
There is "how-to" in Sara's book And for examples check "sapi" folder of php distribution. On 12/31/07, Talya Nevo <[EMAIL PROTECTED]> wrote: > > Hi, > > I am porting my software from Linux to µC/OS-II OS. > On Linux I ran the Boa Web server with PHP. > The µC/OS-II has a basic open source Http Se

[PHP-DEV] Question regarding linking PHP Parser library into my private Http server

2007-12-31 Thread Talya Nevo
Hi, I am porting my software from Linux to µC/OS-II OS. On Linux I ran the Boa Web server with PHP. The µC/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' fun