Added link to configuration's chapter

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@52654 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2001-07-30 11:39:12 +00:00
parent 15aecc4c4f
commit 1e8bca572a

View file

@ -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>