[PHP-DEV] Re: PHP and Non-Apache

2006-02-01 Thread Matthew
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

[PHP-DEV] Re: PHP and Non-Apache

2006-01-31 Thread Matthew
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

[PHP-DEV] Re: PHP and Non-Apache

2006-01-24 Thread Sara Golemon
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).