From fa95fc1f80a9c546c7a7bfbc1db610872e149e04 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 18 Jun 2003 06:08:49 +0000 Subject: [PATCH] Replace --enable example with ftp instead of the deprecated track-vars git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132290 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.unix.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/install.unix.xml b/chapters/install.unix.xml index 93cc8f95cc..77e715d7a2 100644 --- a/chapters/install.unix.xml +++ b/chapters/install.unix.xml @@ -1,5 +1,5 @@ - + Installation on UNIX systems @@ -109,7 +109,7 @@ 5. cd apache_1.3.x 6. ./configure --prefix=/www 7. cd ../php-x.x.x -8. ./configure --with-mysql --with-apache=../apache_1.3.x --enable-track-vars +8. ./configure --with-mysql --with-apache=../apache_1.3.x --enable-ftp 9. make 10. make install 11. cd ../apache_1.3.x