diff options
author | Sascha Schumann <sas@php.net> | 2000-08-22 05:34:22 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-08-22 05:34:22 +0000 |
commit | 732f891f3c3013a83144d4370fc524e810fbee7d (patch) | |
tree | 3479897dd942e4979b2ea8119dd16a9f0c474c74 /INSTALL | |
parent | d0e48e92b679c8aa2666fa4b44697c2b27439b30 (diff) | |
download | php-git-732f891f3c3013a83144d4370fc524e810fbee7d.tar.gz |
Add note about installing PHP on web servers other than Apache.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -5,6 +5,15 @@ For the impatient here is a quick set of steps that will build PHP as first a dynamic Apache module (DSO) for Apache 1.3.x with MySQL support and then a static module. A more verbose explanation follows. +For installing PHP on other web servers, refer to one of the following +files: + + sapi/aolserver/README + sapi/pi3web/README + sapi/servlet/README + sapi/thttpd/README + README.Zeus + Note! Only install either the static module or the dynamic one. Do not install both. |