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
This commit is contained in:
Philip Olson 2003-06-18 06:08:49 +00:00
parent e6d101dd00
commit fa95fc1f80

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<sect1 id="install.unix">
<title>Installation on UNIX systems</title>
<para>
@ -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