summaryrefslogtreecommitdiff
path: root/sapi/fastcgi/README.FastCGI
blob: 65dbc44ea085b22159d506848d31ee78ce2f1185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.