mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
15aecc4c4f
commit
1e8bca572a
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue