Haha, after looking over the enviorment variables one last time I noticed it
was setting the content length to zero, my fault. After fixing this, it
seems to be working! Yay, yet another webserver with php support :)
www.sf.net/projects/ante
Matthew wrote:
> Sara Golemon wrote:
>
>>> Hello al
Sara Golemon wrote:
>> Hello all, I hope this is the right place to write about this. I've been
>> trying now for quite some time to integrate php into my non-apache server
>> (completely c++ written by me).
>>
> Sounds like you want to use sapi/embed (or write a SAPI implementation of
> your own
Hello all, I hope this is the right place to write about this. I've been
trying now for quite some time to integrate php into my non-apache server
(completely c++ written by me).
Sounds like you want to use sapi/embed (or write a SAPI implementation of
your own which is notably more involved).