php-src/sapi/fastcgi
Sascha Schumann 9d9d39a0de Please welcome the new build system.
If you encounter any problems, please make sure to email sas@php.net
directly.

An introduction can be found on

http://schumann.cx/buildv5.txt
2002-03-07 14:20:02 +00:00
..
config.m4 Please welcome the new build system. 2002-03-07 14:20:02 +00:00
CREDITS @ New FastCGI server module 2001-03-19 11:03:29 +00:00
fastcgi.c Remove obsolete CG(extended_info) = 0 calls, we already do this in zend_set_default_compile_time_values(). 2002-02-02 19:53:43 +00:00
fastcgi.dsp Make the win32 fastcgi compilable with the php4ts projects. 2001-11-10 22:11:03 +00:00
php_fastcgi.h Update headers. 2001-12-11 15:32:16 +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
windows.txt Windows compilation of fast cgi now working. See windows.txt for info. 2001-08-20 05:00:05 +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.