philip Wed Jun 18 02:08:49 2003 EDT
Modified files:
/phpdoc/en/chapters install.unix.xml
Log:
Replace --enable example with ftp instead of the deprecated track-vars
Index: phpdoc/en/chapters/install.unix.xml
diff -u phpdoc/en/chapters/install.unix.xml:1.2 phpdoc/en/chapters/install.unix.xml:1.3
--- phpdoc/en/chapters/install.unix.xml:1.2 Mon Jun 9 14:04:02 2003
+++ phpdoc/en/chapters/install.unix.xml Wed Jun 18 02:08:49 2003
@@ -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
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php