summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-05-15 14:40:20 +0000
committerSascha Schumann <sas@php.net>2000-05-15 14:40:20 +0000
commit521e1d218ce05920e992cfb0e042cb1e8851a1cd (patch)
tree3fbf7a5feb2be95f27f3ecf01f6e48399484e206 /INSTALL
parent6baa5bc2dc78192b621d12f4671fe70a039c6c92 (diff)
downloadphp-git-521e1d218ce05920e992cfb0e042cb1e8851a1cd.tar.gz
Cosmetic changes
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 3de0a8c52a..2970bfb380 100644
--- a/INSTALL
+++ b/INSTALL
@@ -297,10 +297,10 @@ Installing PHP can be done in four simple steps:
and you need to remove the # for that line to take effect.
-USING PHP3 AND PHP4 AS CONCURRENT APACHE MODULES
+USING PHP 3 AND PHP 4 AS CONCURRENT APACHE MODULES
Recent operating systems provide the ability to perform versioning and
- scoping. This features make it possible to let PHP3 and PHP4 run as
+ scoping. This features make it possible to let PHP 3 and PHP 4 run as
concurrent modules in one Apache server.
This feature is known to work on the following platforms:
@@ -309,7 +309,7 @@ USING PHP3 AND PHP4 AS CONCURRENT APACHE MODULES
- Solaris 2.5 or better
- FreeBSD (3.2, 4.0 tested)
- To enable it, configure PHP3 and PHP4 to use APXS (--with-apxs) and the
+ To enable it, configure PHP 3 and PHP 4 to use APXS (--with-apxs) and the
necessary link extensions (--enable-versioning). Otherwise, all standard
installations instructions apply. For example: