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 code from
Just nuke it..and maybe make the cgi code modular so it can be
used as basis for other similar things..like CLI.. :)
>fastcgi.com is full of calls to exit() making it a bad thing since you
>generaly want to clean up if there is an error. I've done the work on
>the windows side to remove that issue, so that is why there is a libfcgi
>directory under sapi/cgi.
This means the only working version and which really should be
used for this is the one bundled with PHP?
>The build system for linux needs to introduce a --with-fastcgi or even
>better, --without-fastcgi, which will set the define PHP_FASTCGI for the
>sapi/cgi compile, and include the libfci library as needed.
Better make it just --enable-fastcgi and not even try allowing
the external library usage if your above note about the code
from fastcgi.com is true..otherwise it's just open can of bugs. :)
--Jani
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php