1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00
Files
archived-php-src/sapi/fastcgi
Sebastian Bergmann 38933514e1 Update headers.
2001-12-11 15:32:16 +00:00
..
2001-03-19 11:03:29 +00:00
2001-12-11 15:32:16 +00:00
2001-03-19 11:03:29 +00:00
2001-12-11 15:32:16 +00:00
2001-03-19 11:03:29 +00:00
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.