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

2002-10-12 Thread Jani Taskinen
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 real updates to this code seem to have happened in

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

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

2002-10-13 Thread Shane Caraveo
thout-fastcgi, which will set the define PHP_FASTCGI for the sapi/cgi compile, and include the libfci library as needed. Shane List: php-dev Subject: [PHP-DEV] sapi/fhttpd + other sapi/cgi related things.. From: Jani Taskinen <[EMAIL PROTECTED]> Date: 2002-10-12 6:31:04 [Download

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 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