From 7ca3bb0fa230c13edceac81fce8590933d4292ed Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 11 Apr 2007 16:17:16 +0000 Subject: [PATCH] updated php to 4.4.6 in SCRATCH_INSTALL git-svn-id: svn://192.168.202.10@589 3d104415-ff17-0410-8863-d5cf3c621b8a --- docs/SCRATCH_INSTALL.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/SCRATCH_INSTALL.txt b/docs/SCRATCH_INSTALL.txt index b28b7a81..0bc83b11 100644 --- a/docs/SCRATCH_INSTALL.txt +++ b/docs/SCRATCH_INSTALL.txt @@ -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