php-src/sapi/fastcgi
foobar 8a26918ed1 Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
# Heads up people! I tested this before committing but you never know..
2001-03-27 20:35:04 +00:00
..
config.m4 Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. 2001-03-27 20:35:04 +00:00
CREDITS @ New FastCGI server module 2001-03-19 11:03:29 +00:00
fastcgi.c Changed header handling; before, we were somehow losing 2001-03-27 15:16:34 +00:00
Makefile.in @ New FastCGI server module 2001-03-19 11:03:29 +00:00
php_fastcgi.h @ New FastCGI server module 2001-03-19 11:03:29 +00:00
php.sym @ New FastCGI server module 2001-03-19 11:03:29 +00:00
README.FastCGI @ New FastCGI server module 2001-03-19 11:03:29 +00:00

FastCGI module
--------------

This module requires the FastCGI development kit, available from
http://www.fastcgi.com/

Before building PHP, please enter the dev kit, and run:

./configure
make
make export

This will compile the library code required for the FastCGI module. All
that is then required is to configure PHP with the '--with-fastcgi' option.
After making the code, you will end up with a binary file called 'php'.
Installation of this file will depend on the web server being used, please
see their documentation for details.