dams Mon Jul 30 07:39:12 2001 EDT
Modified files:
/phpdoc/en/functions ftp.xml
Log:
Added link to configuration's chapter
Index: phpdoc/en/functions/ftp.xml
diff -u phpdoc/en/functions/ftp.xml:1.16 phpdoc/en/functions/ftp.xml:1.17
--- phpdoc/en/functions/ftp.xml:1.16 Tue Jul 17 12:03:35 2001
+++ phpdoc/en/functions/ftp.xml Mon Jul 30 07:39:12 2001
@@ -13,6 +13,13 @@
The following constants are defined when using the FTP module:
<constant>FTP_ASCII</constant> and <constant>FTP_BINARY</constant>.
</para>
+ <para>
+ In order to use FTP functions with your PHP configuration, you should
+ add the <link linkend="install.configure.enable-ftp">
+ <option>--enable-ftp</option></link> option when installing PHP 4,
+ and <link linkend="install.configure.with-ftp">
+ <option>--with-ftp</option></link> when using PHP 3.
+ </para>
<para>
<example>
<title><function>ftp</function> example</title>