updated php to 4.4.6 in SCRATCH_INSTALL

git-svn-id: svn://192.168.202.10@589 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2007-04-11 16:17:16 +00:00
parent 74fcf9a094
commit d5c89b8a15
+4 -4
View File
@@ -664,15 +664,15 @@ installation on another machine)
- wget http://apache.secsup.org/dist/httpd/httpd-2.0.59.tar.gz
- gunzip httpd-2.0.59.tar.gz
- tar xvf httpd-2.0.59.tar
- wget http://us2.php.net/distributions/php-4.4.4.tar.gz
- wget http://us2.php.net/distributions/php-4.4.6.tar.gz
NOTE: PHP 5.1.1 has also been tested with this release
- gunzip php-4.4.4.tar.gz
- tar xvf php-4.4.4.tar
- gunzip php-4.4.6.tar.gz
- tar xvf php-4.4.6.tar
- cd httpd-2.0.59
- ./configure --enable-so --with-apxs2
- make
- make install
- cd ../php-4.4.4
- cd ../php-4.4.6
- ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
- make
- make install