summaryrefslogtreecommitdiff
path: root/sapi/fastcgi/README.FastCGI
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2001-03-20 21:59:50 +0000
committerSVN Migration <svn@php.net>2001-03-20 21:59:50 +0000
commitaec3e9a8a49b2e9fef65f67071e649e78dd8c466 (patch)
tree2db8ada4598f3cae1733b3d76e815971cb3d6de2 /sapi/fastcgi/README.FastCGI
parentad8426b7d344f18f227c6ebe6e5303019c464dcc (diff)
downloadphp-git-php-4.0.5RC2.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_4_0_5RC2'.php-4.0.5RC2
Diffstat (limited to 'sapi/fastcgi/README.FastCGI')
-rw-r--r--sapi/fastcgi/README.FastCGI17
1 files changed, 0 insertions, 17 deletions
diff --git a/sapi/fastcgi/README.FastCGI b/sapi/fastcgi/README.FastCGI
deleted file mode 100644
index 65dbc44ea0..0000000000
--- a/sapi/fastcgi/README.FastCGI
+++ /dev/null
@@ -1,17 +0,0 @@
-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.