summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-07-19 18:37:42 +0000
committerZeev Suraski <zeev@php.net>1999-07-19 18:37:42 +0000
commitc1853b5628e61397ef74d48dc377b0f1c49dcaa4 (patch)
tree7b85cdeaa57834a3971addb01ce26554330b16e0 /INSTALL
parente19abb96dd9a4727456b27db98fd808d0f2e1528 (diff)
downloadphp-git-c1853b5628e61397ef74d48dc377b0f1c49dcaa4.tar.gz
*** empty log message ***
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 219d72a9db..d2547f7599 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,11 +10,11 @@ QUICK INSTALL
gunzip apache_1.3.x.tar.gz
tar xvf apache_1.3.x.tar
-gunzip php-3.0.x.tar.gz
-tar xvf php-3.0.x.tar
+gunzip php-4.0.x.tar.gz
+tar xvf php-4.0.x.tar
cd apache_1.3.x
./configure --prefix=/www
-cd ../php-3.0.x
+cd ../php-4.0.x
./configure --with-mysql --with-apache=../apache_1.3.x --enable-track-vars
make
make install
@@ -24,7 +24,7 @@ cd ../apache_1.3.x
stage. It isn't supposed to. It will be created.)
make
(you should now have an httpd binary which you can copy to your Apache bin dir)
-cd ../php-3.0.x
+cd ../php-4.0.x
cp php.ini-dist /usr/local/lib/php.ini
You can edit /usr/local/lib/php.ini file to set PHP options.
Edit your httpd.conf or srm.conf file and add:
@@ -42,7 +42,7 @@ Installing PHP can be done in four simple steps:
Next you have to untar it with: tar -xvf php4xn.tar
- This will create a php-3.0.x directory. cd into this new directory.
+ This will create a php-4.0.x directory. cd into this new directory.
2. Configure PHP.