re: [PHP-DEV] sapi/fhttpd + other sapi/cgi related things..

2002-10-13 Thread Jani Taskinen
On Sun, 13 Oct 2002, Shane Caraveo wrote: >Seems I got unsubscribed and missed this email. > >sapi/fastgi is lacking in code that exists already in sapi/cgi, so I >combined them several months ago. The idea is to depricate sapi/fastcgi >in favor of the combined cgi/fastcgi module. libfcgi cod

Re: [PHP-DEV] sapi/fhttpd + other sapi/cgi related things..

2002-10-13 Thread Ilia A.
On October 12, 2002 02:31 am, Jani Taskinen wrote: > While trying to make Andrei happy and come up with --disable-cgi > option, I noticed that there is really nice little mess in there.. > > First of all, status of fhttpd...last version of it was released > in 17-May-99..also last

re: [PHP-DEV] sapi/fhttpd + other sapi/cgi related things..

2002-10-13 Thread Shane Caraveo
Seems I got unsubscribed and missed this email. sapi/fastgi is lacking in code that exists already in sapi/cgi, so I combined them several months ago. The idea is to depricate sapi/fastcgi in favor of the combined cgi/fastcgi module. libfcgi code from fastcgi.com is full of calls to exit() m

Re: [PHP-DEV] sapi/fhttpd + other sapi/cgi related things..

2002-10-12 Thread Martin Jansen
On Sat Oct 12, 2002 at 09:3104AM +0300, Jani Taskinen wrote: > First of all, status of fhttpd...last version of it was released > in 17-May-99..also last real updates to this code seem to have > happened in PHP3. Can we get rid of this (most likely not even working) > piece of cod