From 1e8bca572afa1b40b56eb34ec77bb59f2d37309e Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Mon, 30 Jul 2001 11:39:12 +0000 Subject: [PATCH] Added link to configuration's chapter git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@52654 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/ftp.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/functions/ftp.xml b/functions/ftp.xml index ee9f2eb452..d5d80a6832 100644 --- a/functions/ftp.xml +++ b/functions/ftp.xml @@ -13,6 +13,13 @@ The following constants are defined when using the FTP module: FTP_ASCII and FTP_BINARY. + + In order to use FTP functions with your PHP configuration, you should + add the + option when installing PHP 4, + and + when using PHP 3. + <function>ftp</function> example