From cbbd9d134a64d9621ad9ab340e211010d6727d90 Mon Sep 17 00:00:00 2001 From: Pasindu De Silva Date: Wed, 10 Jan 2018 10:05:08 +0000 Subject: [PATCH] ftp_set_option missed option FTP_USEPASVADDRESS added in: https://github.com/php/php-src/pull/1668 -- Provided by anonymous 86357 (spee.jeroen@gmail.com) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343809 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ftp/functions/ftp-set-option.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reference/ftp/functions/ftp-set-option.xml b/reference/ftp/functions/ftp-set-option.xml index c6220b77b3..3f822488a9 100644 --- a/reference/ftp/functions/ftp-set-option.xml +++ b/reference/ftp/functions/ftp-set-option.xml @@ -56,6 +56,13 @@ This is enabled by default. + + FTP_USEPASVADDRESS + + When disabled, PHP will ignore the IP address returned by the FTP server in response to the PASV command and instead use the IP address that was supplied in the ftp_connect(). + value must be a boolean. + +