You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Shane Caraveo 108633e1ab Windows compilation of fast cgi now working. See windows.txt for info. 25 years ago
..
CREDITS @ New FastCGI server module 25 years ago
Makefile.in @ New FastCGI server module 25 years ago
README.FastCGI @ New FastCGI server module 25 years ago
config.m4 Nuke more quotes 25 years ago
fastcgi.c Windows compilation of fast cgi now working. See windows.txt for info. 25 years ago
fastcgi.dsp Windows compilation of fast cgi now working. See windows.txt for info. 25 years ago
php.sym @ New FastCGI server module 25 years ago
php_fastcgi.h @ New FastCGI server module 25 years ago
windows.txt Windows compilation of fast cgi now working. See windows.txt for info. 25 years ago

README.FastCGI

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.