dams Mon Jul 30 07:39:27 2001 EDT
Modified files:
/phpdoc/fr/functions ftp.xml
Log:
Added link to configuration's chapter
Index: phpdoc/fr/functions/ftp.xml
diff -u phpdoc/fr/functions/ftp.xml:1.7 phpdoc/fr/functions/ftp.xml:1.8
--- phpdoc/fr/functions/ftp.xml:1.7 Tue Jul 17 12:06:31 2001
+++ phpdoc/fr/functions/ftp.xml Mon Jul 30 07:39:27 2001
@@ -12,6 +12,14 @@
<constant>FTP_ASCII</constant> et <constant>FTP_BINARY</constant>.
</para>
<para>
+ Pour activer le module FTP de votre configuration PHP, il
+ faut utiliser l'option <link linkend="install.configure.enable-ftp">
+ <option>--enable-ftp</option></link> en PHP 4, et l'option
+ <link linkend="install.configure.with-ftp">
+ <option>--with-ftp</option></link> en PHP 3 avec le script
+ de configuration.
+ </para>
+ <para>
<example>
<title>Exemple de connexion FTP</title>
<programlisting role="php">